stefanprodan / podinfo

Go microservice template for Kubernetes
Apache License 2.0
5.4k stars 1.72k forks source link

feat(helm): add topologySpreadConstraints and PDB #331

Closed the-technat closed 8 months ago

the-technat commented 10 months ago

Hi there

First of all thank you very much for podinfo! It's such a nice app and I used it heavily in the last couple of days to check app availability during migration testing.

Duing so I found myself looking for config options to specify topologySpreadConstraints and podDisruptionBudget in the helm chart which I didn't found. They are often used to ensure maximum availability during upgrades.

So here they are ;)

Tests done: only helm template locally

the-technat commented 8 months ago

Any feedback on this?

stefanprodan commented 8 months ago

@the-technat can you please rebase with upstream master branch and force push so that CI passes. Thanks

the-technat commented 8 months ago

Should be rebased.