From 96f4b9504d5ce167fccf7ccd69f1f7296321260c Mon Sep 17 00:00:00 2001 From: lingyuguo <30824318+lingyuguo@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:44:06 +0800 Subject: [PATCH] Update dongtai-worker-tantivy-only.yaml --- .../deployments/dongtai-worker-tantivy-only.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/deploy/kubernetes/helm/templates/deployments/dongtai-worker-tantivy-only.yaml b/deploy/kubernetes/helm/templates/deployments/dongtai-worker-tantivy-only.yaml index 06d848ad..76e957bb 100644 --- a/deploy/kubernetes/helm/templates/deployments/dongtai-worker-tantivy-only.yaml +++ b/deploy/kubernetes/helm/templates/deployments/dongtai-worker-tantivy-only.yaml @@ -38,11 +38,6 @@ spec: image: {{ .Values.images }}/dongtai-server:{{ .Values.tag }} command: [ "/bin/sh","/opt/dongtai/deploy/docker/entrypoint.sh" ] args: [ "worker-tantivy-only" ] - {{- if .Values.storage.persistentVolumeClaim }} - volumeMounts: - - name: {{ template "dongtai.fullname" . }}-log-path - mountPath: /tmp/logstash - {{- end }} {{- if .Values.httphealthcheck }} env: - name: HTTP_HEALTH_CHECK_PORT @@ -55,10 +50,4 @@ spec: {{- include "deploy.HttpProbe" . | nindent 10 }} {{- end }} {{- include "deploy.config.vo" . | nindent 6 }} - {{- if .Values.storage.persistentVolumeClaim }} - volumes: - - name: {{ template "dongtai.fullname" . }}-log-path - persistentVolumeClaim: - {{ include "deploy.config.persistentVolumeClaim" . }} - {{- end }} {{- end }}