mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 02:52:56 +02:00
rm config volume recorder
This commit is contained in:
@@ -100,14 +100,9 @@ spec:
|
|||||||
name: owntracks-mqtt-password
|
name: owntracks-mqtt-password
|
||||||
key: password
|
key: password
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
|
||||||
mountPath: /config
|
|
||||||
- name: store
|
- name: store
|
||||||
mountPath: /store
|
mountPath: /store
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: otrecorder-config-pvc
|
|
||||||
- name: store
|
- name: store
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: otrecorder-store-pvc
|
claimName: otrecorder-store-pvc
|
||||||
|
|||||||
Reference in New Issue
Block a user