add readarr
This commit is contained in:
@ -36,10 +36,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: {{ .Values.persistence.config.mountPath }}
|
||||
- name: tv
|
||||
mountPath: {{ .Values.persistence.tv.mountPath }}
|
||||
- name: downloads
|
||||
mountPath: {{ .Values.persistence.downloads.mountPath }}
|
||||
- name: media
|
||||
mountPath: {{ .Values.persistence.media.mountPath }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
@ -54,12 +52,9 @@ spec:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.persistence.config.claimName }}
|
||||
- name: tv
|
||||
- name: media
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.persistence.tv.claimName }}
|
||||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.persistence.downloads.claimName }}
|
||||
claimName: {{ .Values.persistence.media.claimName }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
Reference in New Issue
Block a user