Files
kestrelos/helm/kestrelos/templates/Service.yaml
Madison Grubb b7046dc0e6 initial commit
2026-02-10 23:32:26 -05:00

16 lines
367 B
YAML

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