mirror of
https://github.com/thejimnicholson/heimdall-k8s.git
synced 2025-12-06 03:30:45 +00:00
Add new mount for copying
This commit is contained in:
parent
612fe6738a
commit
2a9071d190
@ -24,6 +24,9 @@ spec:
|
||||
- name: heimdall-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: heimdall-storage
|
||||
- name: heimdall-storage-new
|
||||
persistentVolumeClaim:
|
||||
claimName: heimdall-storage-new
|
||||
containers:
|
||||
- image: ghcr.io/linuxserver/heimdall:2.5.8 # < the name of the docker image we will use
|
||||
name: heimdall # < name of container
|
||||
@ -42,3 +45,5 @@ spec:
|
||||
volumeMounts: # < the volume mount in the container. Look at the relation volumelabel->pvc->pv
|
||||
- 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
|
||||
Loading…
Reference in New Issue
Block a user