diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index caa4dc2d7d6..b4507f1a290 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/deluge - https://github.com/deluge-torrent/deluge type: application -version: 15.0.9 +version: 15.0.10 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/stable/deluge/questions.yaml b/charts/stable/deluge/questions.yaml index 4f6b0fe9229..e5f08d436a9 100644 --- a/charts/stable/deluge/questions.yaml +++ b/charts/stable/deluge/questions.yaml @@ -55,28 +55,6 @@ questions: type: int default: 51413 required: true - - variable: torrent-udp - label: "UDP Torrent Service" - description: "UDP Torrent Service" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: udp - label: "UDP Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 51413 - required: true # Include{serviceExpertRoot} # Include{serviceExpert} # Include{serviceList} diff --git a/charts/stable/deluge/values.yaml b/charts/stable/deluge/values.yaml index 4cfc600a3e4..a1823d20c09 100644 --- a/charts/stable/deluge/values.yaml +++ b/charts/stable/deluge/values.yaml @@ -26,8 +26,8 @@ service: ports: udp: enabled: true - port: 51413 - targetPort: 51413 + port: "{{ .Values.service.torrent.ports.tcp.port }}" + targetPort: "{{ .Values.service.torrent.ports.tcp.port }}" protocol: udp workload: main: