Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable rke2-ingress-nginx service #123

Merged
Merged
Changes from 1 commit
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
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