fava service
This commit is contained in:
@@ -80,7 +80,7 @@ kubectl rollout restart deployment/fava -n fava
|
|||||||
Per veure els logs de sincronització:
|
Per veure els logs de sincronització:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl logs -n fava deployment/fava -c git-sync --follow
|
kubectl logs -n fava deployment/fava -c git-sync-hourly --follow
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ spec:
|
|||||||
port: 5000
|
port: 5000
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
- name: git-sync
|
- name: git-sync-hourly
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user