Files
chart/library/ix-dev/community/flame/templates/_service.tpl
Stavros Kois 1910172b63 add flame to community applications (#1578)
* add `flame` to `community` applications

* fix secCtx

* mroe perms

* add ui

* remove extra word
2023-09-28 18:14:32 +03:00

16 lines
342 B
Smarty

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