_configuration.tpl 268 B

1234567891011
  1. {{- define "qbittorrent.configuration" -}}
  2. {{/* Configmaps */}}
  3. configmap:
  4. qbit-config:
  5. enabled: true
  6. data:
  7. QBITTORRENT__BT_PORT: {{ .Values.qbitNetwork.btPort | quote }}
  8. QBITTORRENT__PORT: {{ .Values.qbitNetwork.webPort | quote }}
  9. {{- end -}}