Files
chart/library/ix-dev/community/homarr/templates/_service.tpl
Stavros Kois 4171105564 NAS-122861 / 23.10 / add homarr to community train (#1341)
* add `homarr` to `community` train

* add `homarr` to `community` train

* add templates and values

* Update library/ix-dev/community/homarr/item.yaml

* Update library/ix-dev/community/homarr/Chart.yaml
2023-07-11 17:02:45 +03:00

16 lines
348 B
Smarty

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