fix: fsGroup for git-sync permissions, tcpSocket probe
This commit is contained in:
@@ -17,6 +17,9 @@ spec:
|
|||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: gitea-registry
|
- name: gitea-registry
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 65533
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: obsidian-repo
|
- name: obsidian-repo
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
@@ -67,14 +70,12 @@ spec:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
path: /mcp
|
|
||||||
port: 8000
|
port: 8000
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
tcpSocket:
|
||||||
path: /mcp
|
|
||||||
port: 8000
|
port: 8000
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user