fix(Apps): split udp and tcp ports (#1321)

* fix(deluge): split udp and tcp ports

* fix(syncthing): split udp and tcp ports

* remove extra empty lines
This commit is contained in:
Stavros Kois
2021-11-14 12:38:43 +01:00
committed by GitHub
parent 6083a824c7
commit 381411ac1c
143 changed files with 21 additions and 294 deletions
+3 -1
View File
@@ -20,13 +20,15 @@ service:
targetPort: 8112
torrent:
enabled: true
type: ClusterIP
ports:
tcp:
enabled: true
port: 51413
targetPort: 51413
protocol: TCP
torrent-udp:
enabled: true
ports:
udp:
enabled: true
port: 51413