Skip to content

Commit

Permalink
Prevents LoadBalancer provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsilcock committed Jan 3, 2023
1 parent 4a4c0a4 commit ed09661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ resource "helm_release" "nginx" {
values = [
<<EOT
controller:
service:
enabled: false
hostNetwork: true
nodeSelector:
cloud.google.com/gke-nodepool: ${google_container_node_pool.ingress.name}
Expand Down

0 comments on commit ed09661

Please sign in to comment.