-
Notifications
You must be signed in to change notification settings - Fork 11
/
k8s-open-im-server-config.yaml
100 lines (98 loc) · 3.22 KB
/
k8s-open-im-server-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#The global Prometheus monitoring switch. If set to true, a ServiceMonitor will be created for each service.
#If set to false, a ServiceMonitor will not be created, and the monitoring function of the service will not be available
global:
monitor:
enabled: false
#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:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-api
pullPolicy: Always
tag: "release-v3.6"
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: /api(/|$)(.*)
pathType: ImplementationSpecific
tls:
- secretName: webapitls #your hostname tls
hosts:
- openim1.server.top
openim-msggateway-proxy:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msggateway-proxy
tag: "v3.5.0"
pullPolicy: Always
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: /msg_gateway(/|$)(.*)
pathType: ImplementationSpecific
tls:
- secretName: webapitls #your hostname tls
hosts:
- openim1.server.top
openim-msggateway:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msggateway
tag: "release-v3.6"
pullPolicy: Always
# openim-msgtransfer in openim/openim-server/values.yaml not defined, Pass to openim/openim-server/openim-msgtransfer/values.yaml
openim-msgtransfer:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-msgtransfer
tag: "release-v3.6"
pullPolicy: Always
openim-push:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-push
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-auth:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-auth
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-conversation:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-conversation
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-friend:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-friend
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-group:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-group
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-msg:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-msg
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-third:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-third
tag: "release-v3.6"
pullPolicy: Always
openim-rpc-user:
image:
repository: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-rpc-user
tag: "release-v3.6"
pullPolicy: Always