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: config
|
||||
persistentVolumeClaim:
|
||||
claimName: sonarr-pvc
|
||||
@@ -5,7 +5,7 @@ resources:
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- pvc.yaml
|
||||
# configMapGenerator:
|
||||
# - name: static-config
|
||||
# files:
|
||||
# - ./files/config.xml
|
||||
configMapGenerator:
|
||||
- name: static-config
|
||||
files:
|
||||
- ./files/config.xml
|
||||
Reference in New Issue
Block a user