Skip to content

Commit

Permalink
removing redundant service name entry for kafka-headless service
Browse files Browse the repository at this point in the history
  • Loading branch information
yaman committed Sep 5, 2019
1 parent 872f003 commit 0f48d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ resource "kubernetes_stateful_set" "kafka" {
}
}
}
service_name = "${var.kafka_name}-kafka-headless"
service_name = "${var.kafka_name}-headless"
pod_management_policy = "OrderedReady"
update_strategy {
type = "OnDelete"
Expand Down

0 comments on commit 0f48d02

Please sign in to comment.