Add tmp as emptyDir to sonarr

This commit is contained in:
Jonny Ervine 2024-02-19 21:52:15 +08:00
parent ab2e19cabe
commit 617cc7e5ad

View File

@ -61,6 +61,8 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: temp
mountPath: /tmp
- name: sonarr-config
mountPath: /config
- name: sonarr-media
@ -72,6 +74,8 @@ spec:
volumes:
- emptyDir: {}
name: sonarr-local-config
- emptyDir: {}
name: tmp
- name: sonarr-media
persistentVolumeClaim:
claimName: {{ .Values.mediaPvc }}