dirsigler / uptime-kuma-helm

This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
https://helm.irsigler.cloud
GNU General Public License v3.0
165 stars 58 forks source link

change the deployment to a sts #12

Closed chrisbsmith closed 2 years ago

chrisbsmith commented 2 years ago

This PR closes #10 and replaces #11.

This update changes the deployment strategy from a deployment and pvc to a statefulset, which is the more proper solution for stateful applications.

This is a minor bump to the charts since it is a change to the core deployed resources.

I didn't work an upgrade procedure from 0.3.7 to 0.4.0. Since the resources are changing, I'm not 100% sure how helm/kubernetes will handle the persistent data. The application will continue to be accessible from the ingress object.

dirsigler commented 2 years ago

lgtm