Skip to content

Commit

Permalink
lost track, looks valid
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 6, 2023
1 parent 4710b31 commit e093ca7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,15 @@ resource "helm_release" "nginx-plus-ingress" {

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

set {
Expand Down Expand Up @@ -294,4 +295,4 @@ resource "helm_release" "nginx-plus-ingressLink" {
value = "true"
}

}
}

0 comments on commit e093ca7

Please sign in to comment.