Files
2026-01-29 09:26:53 +01:00

16 lines
352 B
YAML

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