Skip to content

Commit 60bd03e

Browse files
authored
feat: support empty dir for streaming node when message type if woodpecker (#203)
1 parent 6462915 commit 60bd03e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/milvus/templates/streamingnode-deployment.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ spec:
131131
{{- end }}
132132
- mountPath: /milvus/tools
133133
name: tools
134+
{{- if .Values.woodpecker.enabled }}
135+
- mountPath: /var/lib/milvus
136+
name: woodpecker
137+
{{- end }}
134138
{{- if .Values.volumeMounts }}
135139
{{- toYaml .Values.volumeMounts | nindent 8 }}
136140
{{- end}}
@@ -182,6 +186,10 @@ spec:
182186
{{- end }}
183187
- name: tools
184188
emptyDir: {}
189+
{{- if .Values.woodpecker.enabled }}
190+
- name: woodpecker
191+
emptyDir: {}
192+
{{- end }}
185193
{{- if .Values.volumes }}
186194
{{- toYaml .Values.volumes | nindent 6 }}
187195
{{- end}}

0 commit comments

Comments
 (0)