Addyvan / valheim-k8s

valheim game-server on kubernetes
MIT License
94 stars 45 forks source link

Implement PVC storage support #22

Closed daviddob closed 3 years ago

daviddob commented 3 years ago

This introduces a new storage.kind of persistentVolumeClaim to enable the use of PVCs for persistent storage. It assumes you have already configured a StorageClass for your specific cloud provider.

New Parameters:

Fixes #21

motmot80 commented 3 years ago

Great! Having the option to change PVC name valheim-server-world-data would be great:

Addyvan commented 3 years ago

Sorry for the delay!!

Looks good to me. Charts renders fine.

I'll merge this through and include it in the next release.

Falconx1000 commented 3 years ago

Worked great for me thank you