Skip to content

Commit

Permalink
correction of as3 locations, trying a object
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 5, 2023
1 parent db85e6f commit 4194ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/terraform/configuration/helm-releases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,15 @@ resource "helm_release" "nginx-plus-ingress" {
}

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

set {
Expand Down

0 comments on commit 4194ee6

Please sign in to comment.