groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Allow to deploy postgres and mysql as 'Deployment' instead of 'StatefulSet' #1222

Closed groundhog2k closed 1 year ago

groundhog2k commented 1 year ago

Goal is to implement alternative distribution of mysql and postgres with usage of Deployment template.

A switch useDeployment: false has to be added. (with Default value - false) Deployment must use PVC instead of volumeClaimTemplate. keepPvc option must be supported that sets annotation "helm.sh/resource-policy": keep at the PVC.

The idea is based on #1209 and #1216