Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions kubernetes/add-ons/ingress-nginx/helm.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
controller:
replicaCount: 3 # ingress nginx controller replica count
minAvailable: 1 # ingress nginx controller minimum available count
service:
externalTrafficPolicy: Local
ingressClassResource:
name: nginx
enabled: true
Expand All @@ -17,6 +15,7 @@ controller:
memory: 90Mi

service:
externalTrafficPolicy: Local
nodePorts:
http: 32080 # Haproxy backend port for http
https: 32443 # Haproxy backend port for https
Expand All @@ -27,4 +26,4 @@ controller:
enabled: true
service:
type: NodePort
nodePort: "32254"
nodePort: "32254"