LibreChat/helm/librechat-exporter/templates/service.yaml
Christian Troelsen 28472572c5 add helm support for metrics exporter
change

fix

a few more changes

try a fix

more fixes

add replica count

more fixes

remove some stuff

more changes

more changes

change

change

more fixes

add helm support for metrics exporter

try a fix
2025-12-11 11:00:15 +00:00

17 lines
465 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "librechat-exporter.fullname" . }}
labels:
{{- include "librechat-exporter.labels" . | nindent 4 }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "librechat-exporter.selectorLabels" . | nindent 4 }}