소스 검색

fix: apply suggestions

Mohammad Yosefpor 4 년 전
부모
커밋
4bd2240c1a
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      deploy/charts/emqx/templates/StatefulSet.yaml

+ 1 - 5
deploy/charts/emqx/templates/StatefulSet.yaml

@@ -63,8 +63,6 @@ spec:
           claimName: {{ tpl . $ }}
           claimName: {{ tpl . $ }}
         {{- end }}
         {{- end }}
       {{- end }}
       {{- end }}
-      - name: emqx-config
-        emptyDir: {}
       {{- if .Values.emqxLicneseSecretName  }}
       {{- if .Values.emqxLicneseSecretName  }}
       - name: emqx-license
       - name: emqx-license
         secret:
         secret:
@@ -132,15 +130,13 @@ spec:
 {{ toYaml .Values.resources | indent 12 }}
 {{ toYaml .Values.resources | indent 12 }}
           volumeMounts:
           volumeMounts:
           - name: emqx-data
           - name: emqx-data
-            mountPath: "/opt/emqx/data/mnesia"
+            mountPath: "/opt/emqx/data"
           {{ if .Values.emqxLicneseSecretName  }}
           {{ if .Values.emqxLicneseSecretName  }}
           - name: emqx-license
           - name: emqx-license
             mountPath: "/opt/emqx/etc/emqx.lic"
             mountPath: "/opt/emqx/etc/emqx.lic"
             subPath: "emqx.lic"
             subPath: "emqx.lic"
             readOnly: true
             readOnly: true
           {{ end }}
           {{ end }}
-          - name: emqx-config
-            mountPath: /opt/emqx/data/configs/
           readinessProbe:
           readinessProbe:
             httpGet:
             httpGet:
               path: /api/v5/status
               path: /api/v5/status