mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 20:13:21 +08:00
* 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
16 lines
348 B
Smarty
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 -}}
|