You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the default to something like below to avoid the need to pass this in from the overrides (what I would argue is the typical expected behavior in production).
Challenge
Desire to have TFE Pods to be automatically distributed across the available nodes.
In our experience without adding an affinity to our overrides, there is a chance that the 2 of the replicas will land on a single node.
Environment
GKE
TFE Helm
replicaCount: 3
terraform-enterprise-helm/values.yaml
Line 96 in bef7aab
Recommendation
Update the default to something like below to avoid the need to pass this in from the overrides (what I would argue is the typical expected behavior in production).
The text was updated successfully, but these errors were encountered: