From 6f77ee4d5089cd05e9e619ff47ce41ee3ce1e3cb Mon Sep 17 00:00:00 2001 From: "Gia. Bui Dai" Date: Thu, 16 Dec 2021 22:25:42 +0700 Subject: [PATCH] docs: topologySpreadConstraints --- assets/auto-deploy-app/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/auto-deploy-app/README.md b/assets/auto-deploy-app/README.md index 2359077..d771bec 100644 --- a/assets/auto-deploy-app/README.md +++ b/assets/auto-deploy-app/README.md @@ -25,6 +25,7 @@ | tolerations | List of node taints to tolerate | `[]` | | terminationGracePeriodSeconds | The amount of time in seconds a pod is given to terminate | [See the Kubernetes API for reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle) | | initContainers | Containers that are run before the app containers are started. | `[]` | +| topologySpreadConstraints | [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) | `[]` | | affinity | Node affinity for pod assignment | `{}` | | application.track | | `stable` | | application.tier | | `web` | -- GitLab