fix deluge daemon port
This commit is contained in:
parent
75005a04ce
commit
befd75b371
|
@ -26,8 +26,8 @@ spec:
|
||||||
hostPort: 58846
|
hostPort: 58846
|
||||||
containerPort: 58846
|
containerPort: 58846
|
||||||
- name: torrent
|
- name: torrent
|
||||||
containerPort: 6881
|
|
||||||
hostPort: 6881
|
hostPort: 6881
|
||||||
|
containerPort: 6881
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
|
@ -97,5 +97,5 @@ spec:
|
||||||
app.kubernetes.io/name: deluge
|
app.kubernetes.io/name: deluge
|
||||||
ports:
|
ports:
|
||||||
- port: 6881
|
- port: 6881
|
||||||
targetPort: deluge-daemon
|
targetPort: torrent
|
||||||
nodePort: 31001
|
nodePort: 31001
|
Loading…
Reference in New Issue