Actually add the pvc
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user