mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 19:42:14 +08:00
* Add `bazarr` to `community` train * fix source * add tpls * add ci values * add values * add UI * formatting
16 lines
348 B
Smarty
16 lines
348 B
Smarty
{{- define "bazarr.service" -}}
|
|
service:
|
|
bazarr:
|
|
enabled: true
|
|
primary: true
|
|
type: NodePort
|
|
targetSelector: bazarr
|
|
ports:
|
|
webui:
|
|
enabled: true
|
|
primary: true
|
|
port: {{ .Values.bazarrNetwork.webPort }}
|
|
nodePort: {{ .Values.bazarrNetwork.webPort }}
|
|
targetSelector: bazarr
|
|
{{- end -}}
|