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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user