forked from openimsdk/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathk8s-adminfront-config.yaml
More file actions
24 lines (23 loc) · 874 Bytes
/
Copy pathk8s-adminfront-config.yaml
File metadata and controls
24 lines (23 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#This configuration file is used to override the use of the value.yaml variable.
#Currently, only the configuration with ingressName as nginx is provided.
#If it is another gateway such as istio or treafik, please modify the corresponding gateway requirements
image:
# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-admin-front
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-admin
pullPolicy: Always
tag: "toc-base-open-k8s.35"
ingress:
enabled: true
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
hosts:
- host: openim1.server.top # your hostname
paths:
- path: /openim-admin-front(/|$)(.*)
pathType: ImplementationSpecific
tls:
- secretName: webapitls #your hostname tls
hosts:
- openim1.server.top