mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 04:23:04 +08:00
* add `homer` to `community` train * add common * add metadata and readme * add templates * more ci values * add questions * rename to assets
16 lines
342 B
Smarty
16 lines
342 B
Smarty
{{- define "homer.service" -}}
|
|
service:
|
|
homer:
|
|
enabled: true
|
|
primary: true
|
|
type: NodePort
|
|
targetSelector: homer
|
|
ports:
|
|
webui:
|
|
enabled: true
|
|
primary: true
|
|
port: {{ .Values.homerNetwork.webPort }}
|
|
nodePort: {{ .Values.homerNetwork.webPort }}
|
|
targetSelector: homer
|
|
{{- end -}}
|