forked from ab/homelab
Update k8s/apps/hexound/deployment.yaml
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user