HelmChartSammlung/charts/audiobookshelf/templates/service.yaml
Marko Oldenburg 04b0eb4eb6 first init
2024-10-29 06:40:32 +01:00

16 lines
382 B
YAML

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