Skip to content

Commit

Permalink
KUBE-96: castai-agent replicas scaled to 2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
cirisked authored Nov 20, 2023
1 parent edd7360 commit b0dda1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ resource "helm_release" "castai_agent" {

values = var.agent_values

set {
name = "replicaCount"
value = "2"
}

set {
name = "provider"
value = "gke"
Expand Down

0 comments on commit b0dda1e

Please sign in to comment.