mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 03:22:45 +08:00
* ads `tinyMediaManager` to `community` train * change ci values * remove hostnet * perm container does not exist
17 lines
355 B
Smarty
17 lines
355 B
Smarty
{{- define "tmm.service" -}}
|
|
service:
|
|
tmm:
|
|
enabled: true
|
|
primary: true
|
|
type: NodePort
|
|
targetSelector: tmm
|
|
ports:
|
|
webui:
|
|
enabled: true
|
|
primary: true
|
|
port: {{ .Values.tmmNetwork.webPort }}
|
|
nodePort: {{ .Values.tmmNetwork.webPort }}
|
|
targetPort: 4000
|
|
targetSelector: tmm
|
|
{{- end -}}
|