change chart script:change repository

pull/1145/head
lin.huang 2 years ago
parent 0789da017c
commit a4268d01b2

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-msggateway
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
@ -41,16 +41,16 @@ service:
port: 80
ingress:
enabled: false
enabled: true
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
- host:
paths:
- path: /
pathType: ImplementationSpecific
- path: /msg_gateway
pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-msgtransfer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-push
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-auth
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-conversation
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-friend
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-group
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-msg
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-third
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-rpc-user
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@ -16,7 +16,7 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.

@ -1,46 +1,64 @@
# Copyright © 2023 OpenIM. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the License);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# -----------------------------------------------------------------
# TODO: This config file is the template file
# --| source: deployments/templates/openim.yaml
# --| env: scripts/install/environment
# --| target: config/config.yaml
# -----------------------------------------------------------------
###################### Zookeeper ######################
# Zookeeper configuration
# It's not recommended to modify the schema
#
# Zookeeper address
# Zookeeper username
# Zookeeper password
image:
repository: nginx
pullPolicy: IfNotPresent
tag: "latest"
tag: "dev"
openim-msggateway:
image:
tag: "latest"
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-msgtransfer:
image:
tag: "latest"
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-push:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-rpc-auth:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
envs:
discovery: zookeeper #k8s
openim-rpc-conversation:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-rpc-friend:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-rpc-group:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-rpc-msg:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-rpc-third:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
openim-rpc-user:
image:
repository: nginx
tag: "dev"
pullPolicy: IfNotPresent
config:
envs:
discovery: k8s
zookeeper:
schema: openim
address: [ 172.28.0.1:12181 ]

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: registry.cn-shenzhen.aliyuncs.com/huanglin_hub/openim-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

Loading…
Cancel
Save