Files
media-charts/sabnzbd/templates/service.yaml
2025-01-26 18:02:40 +01:00

16 lines
361 B
YAML

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