Add tmp as emptyDir to sonarr
This commit is contained in:
parent
ab2e19cabe
commit
617cc7e5ad
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user