From d28df4cbbb3f9a54b26744ec83f04fe09f9d4007 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Thu, 9 Nov 2023 18:36:31 +0800 Subject: [PATCH] feat: add openim images config path Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- deployments/charts/openim-api/templates/deployment.yaml | 4 ++-- .../charts/openim-msggateway/templates/deployment.yaml | 4 ++-- .../charts/openim-msgtransfer/templates/deployment.yaml | 4 ++-- deployments/charts/openim-push/templates/deployment.yaml | 4 ++-- deployments/charts/openim-rpc-auth/templates/deployment.yaml | 4 ++-- .../charts/openim-rpc-conversation/templates/deployment.yaml | 4 ++-- .../charts/openim-rpc-friend/templates/deployment.yaml | 4 ++-- deployments/charts/openim-rpc-group/templates/deployment.yaml | 4 ++-- deployments/charts/openim-rpc-msg/templates/deployment.yaml | 4 ++-- deployments/charts/openim-rpc-third/templates/deployment.yaml | 4 ++-- deployments/charts/openim-rpc-user/templates/deployment.yaml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/deployments/charts/openim-api/templates/deployment.yaml b/deployments/charts/openim-api/templates/deployment.yaml index 182d90cdc..27bfa1f13 100644 --- a/deployments/charts/openim-api/templates/deployment.yaml +++ b/deployments/charts/openim-api/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-msggateway/templates/deployment.yaml b/deployments/charts/openim-msggateway/templates/deployment.yaml index 679c7b792..0f5f9d06f 100644 --- a/deployments/charts/openim-msggateway/templates/deployment.yaml +++ b/deployments/charts/openim-msggateway/templates/deployment.yaml @@ -65,10 +65,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-msgtransfer/templates/deployment.yaml b/deployments/charts/openim-msgtransfer/templates/deployment.yaml index b63b74dc4..adb8ae737 100644 --- a/deployments/charts/openim-msgtransfer/templates/deployment.yaml +++ b/deployments/charts/openim-msgtransfer/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-push/templates/deployment.yaml b/deployments/charts/openim-push/templates/deployment.yaml index 4a646ba0e..684e76e02 100644 --- a/deployments/charts/openim-push/templates/deployment.yaml +++ b/deployments/charts/openim-push/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-auth/templates/deployment.yaml b/deployments/charts/openim-rpc-auth/templates/deployment.yaml index a5df44ead..4dbc49731 100644 --- a/deployments/charts/openim-rpc-auth/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-auth/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-conversation/templates/deployment.yaml b/deployments/charts/openim-rpc-conversation/templates/deployment.yaml index 5cc8dc2aa..13dd5c531 100644 --- a/deployments/charts/openim-rpc-conversation/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-conversation/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-friend/templates/deployment.yaml b/deployments/charts/openim-rpc-friend/templates/deployment.yaml index a99d541dd..227ef1144 100644 --- a/deployments/charts/openim-rpc-friend/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-friend/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-group/templates/deployment.yaml b/deployments/charts/openim-rpc-group/templates/deployment.yaml index 872c49ccb..74ebe6c92 100644 --- a/deployments/charts/openim-rpc-group/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-group/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-msg/templates/deployment.yaml b/deployments/charts/openim-rpc-msg/templates/deployment.yaml index a4da7e2b4..e0565710a 100644 --- a/deployments/charts/openim-rpc-msg/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-msg/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-third/templates/deployment.yaml b/deployments/charts/openim-rpc-third/templates/deployment.yaml index 07bac7fcf..c14cce817 100644 --- a/deployments/charts/openim-rpc-third/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-third/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: diff --git a/deployments/charts/openim-rpc-user/templates/deployment.yaml b/deployments/charts/openim-rpc-user/templates/deployment.yaml index 4517f9b72..f6f679c2d 100644 --- a/deployments/charts/openim-rpc-user/templates/deployment.yaml +++ b/deployments/charts/openim-rpc-user/templates/deployment.yaml @@ -48,10 +48,10 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: /config/config.yaml + - mountPath: /openim/openim-server/config/config.yaml name: config subPath: config.yaml - - mountPath: /config/notification.yaml + - mountPath: /openim/openim-server/config/ name: config subPath: notification.yaml volumes: