Skip to content

Commit

Permalink
disable mgmt cluster load balancers for cloud cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 18, 2024
1 parent 1db3ee8 commit 880c6a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/runtime/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@ application:

plural:
enabled: false

ingress-nginx:
enabled: false
ingress-nginx-private:
enabled: false
{{ end }}

{{ if eq .Provider "aws" }}
{{ if and (eq .Provider "aws") (not .Cloud) }}
ingress-nginx:
controller:
service:
Expand Down

0 comments on commit 880c6a9

Please sign in to comment.