pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
73 stars 72 forks source link

Add topologySpreadConstraints to metabase chart #102

Closed arthurk closed 6 months ago

arthurk commented 6 months ago

This adds the possibility to add topologySpreadConstraints to the metabase chart.

example usage in values.yaml:

topologySpreadConstraints:
  - labelSelector:
      matchLabels:
        app.kubernetes.io/name: xxx
    topologyKey: topology.kubernetes.io/zone
    maxSkew: 1
    whenUnsatisfiable: ScheduleAnyway
pmint93 commented 6 months ago

@arthurk thanks your contributing, please bump the chart version also

arthurk commented 6 months ago

@pmint93 done