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