Created
May 27, 2020 12:25
-
-
Save kesor/4601038efb7730c277f8d654751c402c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
controller: | |
kind: DaemonSet | |
ingressClass: XXX-ingress | |
daemonset: | |
useHostPort: true | |
hostPorts: | |
http: 68888 | |
https: null | |
containerPort: | |
http: 68888 | |
https: null | |
service: | |
enabled: false | |
extraArgs: | |
http-port: 8080 | |
defaultBackend: | |
enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment