mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 06:02:54 +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
|
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…
x
Reference in New Issue
Block a user