expose hostports
This commit is contained in:
parent
23ef2d1a3d
commit
719ff8189a
|
@ -23,6 +23,7 @@ spec:
|
|||
- name: http
|
||||
containerPort: 8112
|
||||
- name: deluge-daemon
|
||||
hostPort: 58846
|
||||
containerPort: 58846
|
||||
- name: torrent-tcp
|
||||
containerPort: 6881
|
||||
|
|
|
@ -48,6 +48,7 @@ spec:
|
|||
- name: http
|
||||
containerPort: 3000
|
||||
- name: ssh
|
||||
hostPort: 2222
|
||||
containerPort: 22
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -14,6 +14,8 @@ spec:
|
|||
ports:
|
||||
traefik:
|
||||
expose: true
|
||||
websecure:
|
||||
hostPort: 8443
|
||||
# ports:
|
||||
# web:
|
||||
# redirectTo: websecure
|
Loading…
Reference in New Issue