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
152 stars 53 forks source link

Move from a Deployment + PVC to StatefulSet #11

Closed chrisbsmith closed 2 years ago

chrisbsmith commented 2 years ago

This PR changes the deployment strategy from a Deployment + PVC to a StatefulfulSet. Using a StatefulSet is a more appropriate way to manage a service that needs to maintain some sort of state.

This PR also allows a user to provide a different StorageClassName if they have a cluster where multiple types are used. If not provided, the cluster default will be used.

chrisbsmith commented 2 years ago

Total 🤦 thanks for the catch. I'll get these updated asap.

chrisbsmith commented 2 years ago

It's easier to close this PR and open #12 to correct my PR blunder. :/