Update k8s/apps/hexound/deployment.yaml

This commit is contained in:
ab
2025-04-13 11:51:31 +00:00
parent 04056e1289
commit 31cb951c40

View File

@ -18,6 +18,10 @@ spec:
emptyDir: {}
- name: tmp-dir
emptyDir: {}
- name: run-dir
emptyDir: {}
- name: nginx-logs
emptyDir: {}
initContainers:
- name: git-cloner
image: alpine/git
@ -39,6 +43,10 @@ spec:
readOnly: true
- name: tmp-dir
mountPath: /tmp
- name: run-dir
mountPath: /run
- name: nginx-logs
mountPath: /var/lib/nginx/logs
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false