Don't redirect /longpolling to 8072

We deploy in multi-threaded mode, so there
is nothing on port 8072.
This commit is contained in:
Stéphane Bidoul 2022-01-26 17:36:24 +01:00
parent 226cca7164
commit 115d292c9f
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92
2 changed files with 0 additions and 9 deletions

View file

@ -38,8 +38,6 @@ spec:
ports:
- name: web
containerPort: 8069
- name: longpolling
containerPort: 8072
readinessProbe:
tcpSocket:
port: 8069

View file

@ -13,10 +13,3 @@ spec:
name: odoo
port:
number: 8069
- path: /longpolling
pathType: Prefix
backend:
service:
name: odoo
port:
number: 8072