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
147 stars 51 forks source link

style: refactor deployment and statefulset to be more similar #117

Closed nobbs closed 11 months ago

nobbs commented 11 months ago

Description of the change

"Sync" the manifest templates for Deployment and StatefulSet so that the available options like enabling / disabling probes, additional pod labels etc. are used in both resource types.

Benefits

Possible drawbacks

Applicable issues

Additional information

Not sure if this warrants a version bump. The change does potentially change the final deployment / statefulset manifest depending on the values used 🤷🏻

Checklist