change chart script:Submit a stable version script

pull/1145/head
lin.huang 2 years ago
parent e84530b6c9
commit 60763a8417

@ -1,2 +1,43 @@
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
containerPort: 88
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -49,10 +49,10 @@ ingress:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
hosts:
- host:
- host: openim1.nsddd.top
paths:
- path: /msg_gateway(/|$)(.*)
pathType: Prefix
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -1,58 +1,58 @@
image:
repository: nginx
pullPolicy: IfNotPresent
tag: ""
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-api
pullPolicy: Always
tag: "dev"
openim-msggateway:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-msggateway
tag: "dev"
pullPolicy: Always
openim-msgtransfer:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-msgtransfer
tag: "dev"
pullPolicy: Always
openim-push:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-push
tag: "dev"
pullPolicy: Always
openim-rpc-auth:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-auth
tag: "dev"
pullPolicy: Always
openim-rpc-conversation:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-conversation
tag: "dev"
pullPolicy: Always
openim-rpc-friend:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-friend
tag: "dev"
pullPolicy: Always
openim-rpc-group:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-group
tag: "dev"
pullPolicy: Always
openim-rpc-msg:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-msg
tag: "dev"
pullPolicy: Always
openim-rpc-third:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-third
tag: "dev"
pullPolicy: Always
openim-rpc-user:
image:
repository: nginx
tag: ""
pullPolicy: IfNotPresent
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-user
tag: "dev"
pullPolicy: Always
@ -120,8 +120,8 @@ config:
# It's not recommended to modify this topic name
# Consumer group ID, it's not recommended to modify
kafka:
username: ''
password: ''
username: 'root'
password: 'proot'
addr: [ im-kafka:9092 ]
latestMsgToRedis:
topic: "latestMsgToRedis"

@ -37,14 +37,14 @@ spec:
- name: http
containerPort: 80
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
#livenessProbe:
# httpGet:
# path: /
# port: http
#readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:

@ -49,10 +49,10 @@ ingress:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/rewrite-target: /$2
hosts:
- host:
- host: openim1.nsddd.top
paths:
- path: /api(/|$)(.*)
pathType: Prefix
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:

Loading…
Cancel
Save