PostHog / charts-clickhouse

Helm chart for deploying PostHog with ClickHouse on your K8s infrastructure
MIT License
58 stars 74 forks source link

Add topology spread constraint snippet to all deployments #777

Closed frankh closed 1 year ago

frankh commented 1 year ago

Description

Include a new "topologySpreadConstraint" snippet to all deployments

By default it won't be included, but if you set .Values.includeDefaultTopologySpreadConstraints it will add a topologySpreadConstraint to all deployments to balance pods between availability zones and hosts

Type of change

How has this been tested?

Checklist