Actually add the pvc

This commit is contained in:
2024-08-06 20:32:33 +01:00
parent 6129b89ac8
commit b6f1c5b1cb
2 changed files with 10 additions and 5 deletions

View File

@@ -48,9 +48,14 @@ spec:
cpu: 10m cpu: 10m
memory: 64Mi memory: 64Mi
volumeMounts: volumeMounts:
- name: config
mountPath: /config
- name: static-config - name: static-config
mountPath: /config mountPath: /config
volumes: volumes:
- name: static-config - name: static-config
configMap: configMap:
name: static-config name: static-config
- name: config
persistentVolumeClaim:
claimName: sonarr-pvc

View File

@@ -5,7 +5,7 @@ resources:
- service.yaml - service.yaml
- ingress.yaml - ingress.yaml
- pvc.yaml - pvc.yaml
# configMapGenerator: configMapGenerator:
# - name: static-config - name: static-config
# files: files:
# - ./files/config.xml - ./files/config.xml