1
0
Fork 0

fix deluge daemon port

This commit is contained in:
Massaki Archambault 2024-08-08 22:51:20 -04:00
parent 75005a04ce
commit befd75b371
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ spec:
hostPort: 58846
containerPort: 58846
- name: torrent
containerPort: 6881
hostPort: 6881
containerPort: 6881
resources:
requests:
cpu: 1500m
@ -97,5 +97,5 @@ spec:
app.kubernetes.io/name: deluge
ports:
- port: 6881
targetPort: deluge-daemon
targetPort: torrent
nodePort: 31001