litellm/deploy/charts/litellm-helm/templates/service-proxy.yaml

15 lines
367 B
YAML

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