fix: fsGroup for git-sync permissions, tcpSocket probe

This commit is contained in:
2026-03-28 12:31:01 +01:00
parent d2618f0a73
commit 33ff48c69a
@@ -17,6 +17,9 @@ spec:
imagePullSecrets:
- name: gitea-registry
securityContext:
fsGroup: 65533
volumes:
- name: obsidian-repo
emptyDir: {}
@@ -67,14 +70,12 @@ spec:
cpu: 500m
memory: 512Mi
readinessProbe:
httpGet:
path: /mcp
tcpSocket:
port: 8000
initialDelaySeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /mcp
tcpSocket:
port: 8000
initialDelaySeconds: 15
periodSeconds: 30