fix deluge daemon port
This commit is contained in:
parent
75005a04ce
commit
befd75b371
|
@ -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
|
Loading…
Reference in New Issue