Files
chart/community/bazarr/1.2.2/templates/_service.tpl
2023-12-17 15:59:04 +00:00

16 lines
348 B
Smarty

{{- define "bazarr.service" -}}
service:
bazarr:
enabled: true
primary: true
type: NodePort
targetSelector: bazarr
ports:
webui:
enabled: true
primary: true
port: {{ .Values.bazarrNetwork.webPort }}
nodePort: {{ .Values.bazarrNetwork.webPort }}
targetSelector: bazarr
{{- end -}}