Files
chart/library/ix-dev/community/sabnzbd/templates/_service.tpl
Stavros Kois bbf4b8020b NAS-123103 / 23.10 / add sabnzbd to community train (#1383)
* add `sabnzbd` to `community` train

* add templates

* add ui

* update values on test
2023-07-21 19:40:48 +03:00

16 lines
354 B
Smarty

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