Update deployment template
This commit is contained in:
parent
8fb9810cc4
commit
03830e34cb
@ -76,6 +76,9 @@ spec:
|
|||||||
mountPath: /var/cache/nginx
|
mountPath: /var/cache/nginx
|
||||||
- name: run
|
- name: run
|
||||||
mountPath: /var/run
|
mountPath: /var/run
|
||||||
|
# nginx needs writable /tmp for proxy buffers
|
||||||
|
- name: tmp
|
||||||
|
mountPath: /tmp
|
||||||
volumes:
|
volumes:
|
||||||
# ConfigMap volume containing the status.json
|
# ConfigMap volume containing the status.json
|
||||||
- name: status-json
|
- name: status-json
|
||||||
@ -89,6 +92,8 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: run
|
- name: run
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user