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:
|
||||
- name: web
|
||||
containerPort: 8069
|
||||
- name: longpolling
|
||||
containerPort: 8072
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 8069
|
||||
|
|
|
|||
|
|
@ -13,10 +13,3 @@ spec:
|
|||
name: odoo
|
||||
port:
|
||||
number: 8069
|
||||
- path: /longpolling
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: odoo
|
||||
port:
|
||||
number: 8072
|
||||
|
|
|
|||
Loading…
Reference in a new issue