Files
chart/library/ix-dev/community/bazarr/templates/_service.tpl
Stavros Kois bd19e4cde4 NAS-122691 / 23.10 / Add bazarr to community train (#1308)
* Add `bazarr` to `community` train

* fix source

* add tpls

* add ci values

* add values

* add UI

* formatting
2023-07-03 14:48:22 +03: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 -}}