Files
chart/library/ix-dev/community/prowlarr/templates/_service.tpl
Stavros Kois 314df69d8b NAS-122807 / 23.10 / add prowlarr to community train (#1329)
* add `prowlarr` to `community` train

* add templates

* add test value

* add questions

* bump common
2023-07-06 14:57:53 +03:00

16 lines
360 B
Smarty

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