diff --git a/manifest/helm-charts/services/charts/openim-msggateway/values.yaml b/manifest/helm-charts/services/charts/openim-msggateway/values.yaml index 52b6dc4b5..10f586a94 100644 --- a/manifest/helm-charts/services/charts/openim-msggateway/values.yaml +++ b/manifest/helm-charts/services/charts/openim-msggateway/values.yaml @@ -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: diff --git a/manifest/helm-charts/services/charts/openim-msgtransfer/values.yaml b/manifest/helm-charts/services/charts/openim-msgtransfer/values.yaml index 9bd7c65bf..3ec24b202 100644 --- a/manifest/helm-charts/services/charts/openim-msgtransfer/values.yaml +++ b/manifest/helm-charts/services/charts/openim-msgtransfer/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-push/values.yaml b/manifest/helm-charts/services/charts/openim-push/values.yaml index 31aa62c71..76e229b9a 100644 --- a/manifest/helm-charts/services/charts/openim-push/values.yaml +++ b/manifest/helm-charts/services/charts/openim-push/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-auth/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-auth/values.yaml index c5dbb0a3f..4d83c8d3d 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-auth/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-auth/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-conversation/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-conversation/values.yaml index 6c8cba886..741fd6098 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-conversation/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-conversation/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-friend/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-friend/values.yaml index b1b81b149..9243b450d 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-friend/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-friend/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-group/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-group/values.yaml index 7c379b334..cb113f1db 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-group/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-group/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-msg/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-msg/values.yaml index a43c41eb5..9efe2822d 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-msg/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-msg/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-third/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-third/values.yaml index e84b56a9d..1cdc3609b 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-third/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-third/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/charts/openim-rpc-user/values.yaml b/manifest/helm-charts/services/charts/openim-rpc-user/values.yaml index c9e15f5ba..f5ec38093 100644 --- a/manifest/helm-charts/services/charts/openim-rpc-user/values.yaml +++ b/manifest/helm-charts/services/charts/openim-rpc-user/values.yaml @@ -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. diff --git a/manifest/helm-charts/services/config.yaml b/manifest/helm-charts/services/config.yaml index fcf0d9dd3..1d22e9925 100644 --- a/manifest/helm-charts/services/config.yaml +++ b/manifest/helm-charts/services/config.yaml @@ -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 ] diff --git a/manifest/helm-charts/services/values.yaml b/manifest/helm-charts/services/values.yaml index 252ac3823..6babd5ce0 100644 --- a/manifest/helm-charts/services/values.yaml +++ b/manifest/helm-charts/services/values.yaml @@ -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: ""