Actually add the pvc
This commit is contained in:
@@ -48,9 +48,14 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: static-config
|
||||
mountPath: /config
|
||||
volumes:
|
||||
- name: static-config
|
||||
configMap:
|
||||
name: static-config
|
||||
name: static-config
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: sonarr-pvc
|
||||
Reference in New Issue
Block a user