Update deployment template

This commit is contained in:
dvirlabs 2026-04-21 11:13:59 +03:00
parent 8fb9810cc4
commit 03830e34cb

View File

@ -76,6 +76,9 @@ spec:
mountPath: /var/cache/nginx
- name: run
mountPath: /var/run
# nginx needs writable /tmp for proxy buffers
- name: tmp
mountPath: /tmp
volumes:
# ConfigMap volume containing the status.json
- name: status-json
@ -89,6 +92,8 @@ spec:
emptyDir: {}
- name: run
emptyDir: {}
- name: tmp
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}