Don't redirect /longpolling to 8072
We deploy in multi-threaded mode, so there is nothing on port 8072.
This commit is contained in:
parent
226cca7164
commit
115d292c9f
2 changed files with 0 additions and 9 deletions
|
|
@ -38,8 +38,6 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
containerPort: 8069
|
containerPort: 8069
|
||||||
- name: longpolling
|
|
||||||
containerPort: 8072
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8069
|
port: 8069
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,3 @@ spec:
|
||||||
name: odoo
|
name: odoo
|
||||||
port:
|
port:
|
||||||
number: 8069
|
number: 8069
|
||||||
- path: /longpolling
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: odoo
|
|
||||||
port:
|
|
||||||
number: 8072
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue