Files
media-charts/readarr/templates/service.yaml
2025-04-22 18:55:54 +02:00

15 lines
361 B
YAML

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