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

Enable the use of a different strategy on deployments #61

Closed GeiserX closed 2 years ago

GeiserX commented 2 years ago

Description of the change

The change is simple. I just wrote the needed template to be able to set the strategy.

Benefits

You can select a different strategy, for instance, Recreate. The default is RollingUpdate, which cause trouble to the upgrades, as the PVC is attached to the running instance.

Possible drawbacks

None

Applicable issues

I haven't filled in an issue

Additional information

None

Checklist

dirsigler commented 2 years ago

@DrumSergio thank you very much for your contribution! I think that sounds useful, so please go ahead and add the changes, values and a Chart version bump.

The Chart README is automatically updated after installing the pre-commit framework and installing or running the hooks locally.

GeiserX commented 2 years ago

Changes added. Feel free to modify at wish

dirsigler commented 2 years ago

Thank you very much @DrumSergio !