Skip to content

Commit

Permalink
tmp dir for new base image (#3647) (#3648)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Goodier <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and jessegoodier authored Sep 9, 2024
1 parent 35f6195 commit 31ab7f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,10 @@ spec:
volumeMounts:
- name: tmp
mountPath: /tmp
- name: tmp
mountPath: /var/lib/nginx/tmp
- name: tmp
mountPath: /var/run
- name: nginx-conf
mountPath: /etc/nginx/conf.d/
{{- if .Values.global.containerSecuritycontext }}
Expand Down
4 changes: 4 additions & 0 deletions cost-analyzer/templates/frontend-deployment-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ spec:
volumeMounts:
- name: tmp
mountPath: /tmp
- name: tmp
mountPath: /var/lib/nginx/tmp
- name: tmp
mountPath: /var/run
- name: nginx-conf
mountPath: /etc/nginx/conf.d/
{{- if .Values.global.containerSecuritycontext }}
Expand Down

0 comments on commit 31ab7f6

Please sign in to comment.