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