Add langfuse chart 1.0.0-rc.2

This commit is contained in:
wbsong111
2025-03-04 15:33:42 +09:00
parent b654bd3d6f
commit d24cf817e0
329 changed files with 40505 additions and 0 deletions
@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "langfuse.fullname" . }}-web
labels:
{{- include "langfuse.labels" . | nindent 4 }}
{{- with .Values.langfuse.web.service.additionalLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.langfuse.web.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.langfuse.web.service.type }}
ports:
- port: {{ .Values.langfuse.web.service.port }}
targetPort: http
protocol: TCP
name: http
nodePort: {{ .Values.langfuse.web.service.nodePort }}
selector:
{{- include "langfuse.selectorLabels" . | nindent 4 }}
app: web