Add qdrant chart 1.12.4

This commit is contained in:
wbsong111
2024-12-16 13:44:11 +09:00
parent 5c32e66996
commit bcf1c5bd5a
18 changed files with 1392 additions and 0 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "qdrant.fullname" . }}
{{- if .Values.serviceAccount.annotations }}
annotations:
{{ toYaml .Values.serviceAccount.annotations | indent 4 }}
{{- end }}
labels:
{{- include "qdrant.labels" . | nindent 4 }}