diff --git a/docs/Deployment.md b/docs/Deployment.md index 7ad6a12d..35a85036 100644 --- a/docs/Deployment.md +++ b/docs/Deployment.md @@ -309,6 +309,9 @@ metadata: namespace: default spec: replicas: 1 + selector: + matchLabels: + app: easeprobe template: metadata: labels: @@ -319,18 +322,16 @@ spec: image: megaease/easeprobe ports: - containerPort: 8181 - - volumeMounts: - - mountPath: /opt/config.yaml - name: configmap-volume-0 - subPath: config.yaml - - mountPath: /opt/data - name: pvc-volume-easeprobe-pvc - - volumes: - - configMap: - name: configmap-volume-0 - name: easeprobe + volumeMounts: + - mountPath: /opt/config.yaml + name: configmap-volume-0 + subPath: config.yaml + - mountPath: /opt/data + name: pvc-volume-easeprobe-pvc + volumes: + - name: configmap-volume-0 + configMap: + name: easeprobe-conf items: - key: config.yaml path: config.yaml @@ -384,4 +385,4 @@ helm install [RELEASE_NAME] easeprobe/easeprobe **Uninstall** ``` helm uninstall [RELEASE_NAME] -``` \ No newline at end of file +```