mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 22:17:27 +08:00
change chart script:Submit a stable version script
This commit is contained in:
parent
e84530b6c9
commit
60763a8417
@ -1,2 +1,43 @@
|
|||||||
global:
|
global:
|
||||||
storageClass: "nfs-client"
|
storageClass: "nfs-client"
|
||||||
|
controller:
|
||||||
|
replicaCount: 1
|
||||||
|
zookeeperMigrationMode: true
|
||||||
|
broker:
|
||||||
|
zookeeperMigrationMode: true
|
||||||
|
sasl:
|
||||||
|
interbroker:
|
||||||
|
user: inter_broker_user
|
||||||
|
password: ""
|
||||||
|
controller:
|
||||||
|
user: controller_user
|
||||||
|
password: ""
|
||||||
|
client:
|
||||||
|
users:
|
||||||
|
- root
|
||||||
|
passwords: "proot"
|
||||||
|
|
||||||
|
|
||||||
|
provisioning:
|
||||||
|
enabled: true
|
||||||
|
numPartitions: 1
|
||||||
|
replicationFactor: 1
|
||||||
|
topics:
|
||||||
|
- name: latestMsgToRedis
|
||||||
|
partitions: 1
|
||||||
|
replicationFactor: 1
|
||||||
|
config:
|
||||||
|
max.message.bytes: 64000
|
||||||
|
flush.messages: 1
|
||||||
|
- name: msgToPush
|
||||||
|
partitions: 1
|
||||||
|
replicationFactor: 1
|
||||||
|
config:
|
||||||
|
max.message.bytes: 64000
|
||||||
|
flush.messages: 1
|
||||||
|
- name: offlineMsgToMongoMysql
|
||||||
|
partitions: 1
|
||||||
|
replicationFactor: 1
|
||||||
|
config:
|
||||||
|
max.message.bytes: 64000
|
||||||
|
flush.messages: 1
|
||||||
@ -40,14 +40,14 @@ spec:
|
|||||||
- name: rpc
|
- name: rpc
|
||||||
containerPort: 88
|
containerPort: 88
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -49,10 +49,10 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
hosts:
|
hosts:
|
||||||
- host:
|
- host: openim1.nsddd.top
|
||||||
paths:
|
paths:
|
||||||
- path: /msg_gateway(/|$)(.*)
|
- path: /msg_gateway(/|$)(.*)
|
||||||
pathType: Prefix
|
pathType: ImplementationSpecific
|
||||||
tls: []
|
tls: []
|
||||||
# - secretName: chart-example-tls
|
# - secretName: chart-example-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -1,58 +1,58 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-api
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
tag: ""
|
tag: "dev"
|
||||||
openim-msggateway:
|
openim-msggateway:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-msggateway
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-msgtransfer:
|
openim-msgtransfer:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-msgtransfer
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-push:
|
openim-push:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-push
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-auth:
|
openim-rpc-auth:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-auth
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-conversation:
|
openim-rpc-conversation:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-conversation
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-friend:
|
openim-rpc-friend:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-friend
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-group:
|
openim-rpc-group:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-group
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-msg:
|
openim-rpc-msg:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-msg
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-third:
|
openim-rpc-third:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-third
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
openim-rpc-user:
|
openim-rpc-user:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-user
|
||||||
tag: ""
|
tag: "dev"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -120,8 +120,8 @@ config:
|
|||||||
# It's not recommended to modify this topic name
|
# It's not recommended to modify this topic name
|
||||||
# Consumer group ID, it's not recommended to modify
|
# Consumer group ID, it's not recommended to modify
|
||||||
kafka:
|
kafka:
|
||||||
username: ''
|
username: 'root'
|
||||||
password: ''
|
password: 'proot'
|
||||||
addr: [ im-kafka:9092 ]
|
addr: [ im-kafka:9092 ]
|
||||||
latestMsgToRedis:
|
latestMsgToRedis:
|
||||||
topic: "latestMsgToRedis"
|
topic: "latestMsgToRedis"
|
||||||
|
|||||||
@ -37,14 +37,14 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
readinessProbe:
|
#readinessProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
@ -49,10 +49,10 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
hosts:
|
hosts:
|
||||||
- host:
|
- host: openim1.nsddd.top
|
||||||
paths:
|
paths:
|
||||||
- path: /api(/|$)(.*)
|
- path: /api(/|$)(.*)
|
||||||
pathType: Prefix
|
pathType: ImplementationSpecific
|
||||||
tls: []
|
tls: []
|
||||||
# - secretName: chart-example-tls
|
# - secretName: chart-example-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user