Skip to content

Commit

Permalink
updated kustomization.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 25, 2024
1 parent cf3f058 commit dc63a6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ingress-nginx/overlay/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ kind: Kustomization

resources:
- ../base

patches:
# enable this for dev / staging environments to use internal IP load balancer only
# if enabling this later you'll need to delete the load balancer so it gets recreated correctly
#
# XXX: beware this is a very disruptive operation if anybody is using the nginx ingress on the cluster
#
# kubectl delete svc -n ingress-nginx ingress-nginx-controller
#
#- internal-loadbalancer-service.patch.yaml

0 comments on commit dc63a6a

Please sign in to comment.