mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 15:20:09 +08:00
* add `flame` to `community` applications * fix secCtx * mroe perms * add ui * remove extra word
16 lines
342 B
Smarty
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 -}}
|