mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
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
17 lines
465 B
YAML
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 }}
|