Skip to content

Commit

Permalink
fix: allow tmp folder mount
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 25, 2023
1 parent 0f7c704 commit 0bf5a63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/api_chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@ spec:
- mountPath: "{{ .Values.configMountPath }}/settings.{{ .Values.serviceTree.landscape }}.yaml"
name: config-volume
subPath: "settings.{{ .Values.serviceTree.landscape }}.yaml"
- mountPath: /tmp
name: tmp-volume
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:
- name: tmp-volume
emptyDir:
sizeLimit: 1Gi
- name: config-volume
configMap:
name: {{ include "dotnet-chart.fullname-with-suffix" (dict "arg" "config" "root" .) }}
Expand Down

0 comments on commit 0bf5a63

Please sign in to comment.