fava service

This commit is contained in:
Roger Oriol
2026-01-31 11:39:30 +01:00
parent 01c07d50c3
commit 7124b6aa95
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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