Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This is an advanced topic for platform engineers. |
...
Edit the ingress stack for your sandbox clusters.
Code Block |
---|
infra/
ingress/
sandbox/ |
Add your new cluster to the list of clusters and target groups.
Code Block |
---|
module "ingress" {
cluster_names = ["mycompany-sandbox-v1", "mycompany-sandbox-v2"]
target_group_weights = {
mycompany-sandbox-v1 = 100
mycompany-sandbox-v2 = 0
}
} |
...
Info |
---|
The AWS Platform Guide now lives at thoughtbot.com Visit Set up ingress for the new cluster to access this page's content |