Skip to content

Commit

Permalink
Update dongtai-worker-tantivy-only.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyuguo authored Dec 26, 2024
1 parent 5331651 commit 96f4b95
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 96f4b95

Please sign in to comment.