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

This commit is contained in:
lin.huang 2023-10-03 04:59:51 +08:00
parent f1cc6012a4
commit 6051cb6fb3
2 changed files with 27 additions and 5 deletions

View File

@ -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

View File

@ -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: ""