catalog/stable/transmission/16.0.5/templates/common.yaml

9 lines
342 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Set it to the same port as "torrent" service/port */}}
{{- $_ := set $.Values.service.torrent.ports.torrentudp "port" .Values.service.torrent.ports.torrent.port -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}