Added emptyDir

This commit is contained in:
Jonathan Ervine 2020-07-27 22:50:52 +08:00
parent c220731b2c
commit eca83bb6e6
3 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.2
version: 0.1.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

View File

@ -45,6 +45,11 @@ spec:
volumeMounts:
- name: hydra-config
mountPath: /config
- name: hydra-tmp
mountPath: /tmp
volumes:
- name: hydra-tmp
emptyDir: {}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}

BIN
nzbhydra/~? Normal file

Binary file not shown.