mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
- Now supports a external PVC to be attached to the container;
- Added parameters to include a external PVC;
This commit is contained in:
@@ -9,6 +9,10 @@ server:
|
||||
labels: { }
|
||||
# -- (dict) Define some parameters for the storage volume
|
||||
storage:
|
||||
# -- (bool) Define if it will use an existing PVC containing the installation data.
|
||||
external: false
|
||||
# -- (bool) The external PVC name to use.
|
||||
externalName: ""
|
||||
# -- Keeps helm from deleting the PVC. By default, helm does not delete pvcs.
|
||||
preventDelete: false
|
||||
# -- The size of the pvc storage.
|
||||
|
||||
Reference in New Issue
Block a user