change chart script:add ingress-nginx.config.yaml

pull/1145/head
lin.huang 2 years ago
parent f1cc6012a4
commit 6051cb6fb3

@ -0,0 +1,27 @@
controller:
name: controller
image:
registry: m.daocloud.io
image: registry.k8s.io/ingress-nginx/controller
hostNetwork: true
service:
enabled: true
type: NodePort
nodePorts:
http: 32080
https: 32443
tcp:
8080: 32808
admissionWebhooks:
patch:
enabled: true
image:
registry: m.daocloud.io
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen
defaultBackend:
enabled: false
name: defaultbackend
image:
registry: m.daocloud.io
image: registry.k8s.io/defaultbackend-amd64

@ -465,11 +465,6 @@ controller:
https: https https: https
#type: LoadBalancer #type: LoadBalancer
type: NodePort type: NodePort
nodePorts:
http: 32080
https: 32443
tcp:
8080: 32808
nodePorts: nodePorts:
http: "" http: ""
https: "" https: ""

Loading…
Cancel
Save