Files
chart/library/ix-dev/community/homer/templates/_service.tpl
Stavros Kois 561c234988 add homer to community train (#1631)
* add `homer` to `community` train

* add common

* add metadata and readme

* add templates

* more ci values

* add questions

* rename to assets
2023-10-12 13:00:51 +03:00

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 -}}