Skip to content

Commit

Permalink
Merge pull request #123 from erikwilson/ingress-nginx-disable-service
Browse files Browse the repository at this point in the history
Disable rke2-ingress-nginx service
  • Loading branch information
erikwilson authored Jul 28, 2021
2 parents 228a108 + 1ebb784 commit 5e1f010
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
ports:
http: 80
https: 443
@@ -111,7 +109,7 @@
## by the service. If disable, the status field reports the IP address of the
## node or nodes where an ingress controller pod is running.
publishService:
- enabled: true
+ enabled: false
## Allows overriding of the publish service to bind to
## Must be <namespace>/<service_name>
##
@@ -162,7 +160,7 @@

## DaemonSet or Deployment
Expand All @@ -59,6 +68,15 @@

## Annotations to be added to the controller Deployment or DaemonSet
##
@@ -394,7 +392,7 @@
configMapKey: ""

service:
- enabled: true
+ enabled: false

annotations: {}
labels: {}
@@ -529,8 +527,7 @@
patch:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-ingress-nginx/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.34.0/ingress-nginx-3.34.0.tgz
packageVersion: 01
packageVersion: 02
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00

0 comments on commit 5e1f010

Please sign in to comment.