Add langfuse chart 1.0.0-rc.2
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user