Update k8s/apps/hexound/deployment.yaml

This commit is contained in:
ab
2025-04-13 11:49:35 +00:00
parent 074fa00ff8
commit 04056e1289

View File

@ -16,6 +16,8 @@ spec:
volumes:
- name: hexound-repo
emptyDir: {}
- name: tmp-dir
emptyDir: {}
initContainers:
- name: git-cloner
image: alpine/git
@ -35,6 +37,8 @@ spec:
- name: hexound-repo
mountPath: /var/www/html
readOnly: true
- name: tmp-dir
mountPath: /tmp
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false