Skip to content

Commit

Permalink
update replica to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Aug 12, 2023
1 parent 121ed40 commit 177cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-housekeeper.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "kubernetes_deployment" "apiary_hms_housekeeper" {
}

spec {
replicas = var.hms_rw_k8s_replica_count
replicas = 1
selector {
match_labels = {
name = "${local.hms_alias}-housekeeper"
Expand Down

0 comments on commit 177cdf4

Please sign in to comment.