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: