mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 05:27:03 +08:00
change chart script:add ingress-nginx.config.yaml
This commit is contained in:
parent
f1cc6012a4
commit
6051cb6fb3
27
manifest/helm-charts/infra/ingress-nginx/config.yaml
Normal file
27
manifest/helm-charts/infra/ingress-nginx/config.yaml
Normal 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
|
||||
@ -465,11 +465,6 @@ controller:
|
||||
https: https
|
||||
#type: LoadBalancer
|
||||
type: NodePort
|
||||
nodePorts:
|
||||
http: 32080
|
||||
https: 32443
|
||||
tcp:
|
||||
8080: 32808
|
||||
nodePorts:
|
||||
http: ""
|
||||
https: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user