Files
service-catalog/manifests/helm/langfuse/1.0.0-rc.2/templates/web/service.yaml
T
2026-01-19 16:11:44 +09:00

25 lines
687 B
YAML

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