Files
chart/library/ix-dev/community/readarr/templates/_service.tpl
Stavros Kois e3fe0a4212 NAS-122677 / 23.10 / Add readarr to community train (#1300)
* Add `readarr` to `community` train

* update common
2023-07-03 14:49:22 +03:00

16 lines
354 B
Smarty

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