Skip to content

Commit

Permalink
Add an utility label to Qserv GKE nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Sep 29, 2021
1 parent a5af038 commit 71720ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion environment/deployments/qserv/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,12 @@ module "gke" {
tier = "czar"
}

utility-pool = {
tier = "utility"
}

worker-pool = {
tier = "worker"
}
}
}
}

0 comments on commit 71720ac

Please sign in to comment.