Skip to content

Commit

Permalink
remove listener?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 6, 2023
1 parent c7a4381 commit c4257d8
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,13 @@ resource "helm_release" "nginx-plus-ingress" {

set {
name = "controller.globalConfiguration.spec"
value = {
"listeners" : [
{
"name" : "tcp-listener",
"port" : "8888",
"protocol" : "TCP"
}
]
}
type = "string"
value = [
{
"name" : "tcp-listener",
"port" : "8888",
"protocol" : "TCP"
}
]
}

set {
Expand Down

0 comments on commit c4257d8

Please sign in to comment.