fix: fsGroup for git-sync permissions, tcpSocket probe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user