mirror of
https://github.com/thejimnicholson/heimdall-k8s.git
synced 2025-12-06 03:30:45 +00:00
Switch to new storage
This commit is contained in:
parent
2a9071d190
commit
d21241f225
@ -21,9 +21,6 @@ spec:
|
|||||||
app: heimdall
|
app: heimdall
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: heimdall-storage
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: heimdall-storage
|
|
||||||
- name: heimdall-storage-new
|
- name: heimdall-storage-new
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: heimdall-storage-new
|
claimName: heimdall-storage-new
|
||||||
@ -44,6 +41,4 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts: # < the volume mount in the container. Look at the relation volumelabel->pvc->pv
|
volumeMounts: # < the volume mount in the container. Look at the relation volumelabel->pvc->pv
|
||||||
- mountPath: /config # < mount location in the container
|
- mountPath: /config # < mount location in the container
|
||||||
name: heimdall-storage # < volumelabel configured earlier in the yaml file
|
|
||||||
- mountPath: /config.new # < mount location in the container
|
|
||||||
name: heimdall-storage-new
|
name: heimdall-storage-new
|
||||||
Loading…
Reference in New Issue
Block a user