Switch to new storage

This commit is contained in:
Jim Nicholson 2023-12-26 14:19:31 -08:00
parent 2a9071d190
commit d21241f225

View File

@ -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
@ -43,7 +40,5 @@ spec:
name: http-80 name: http-80
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