From 115d292c9fa084db31bbe24321afbcaf5240bf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 26 Jan 2022 17:36:24 +0100 Subject: [PATCH] Don't redirect /longpolling to 8072 We deploy in multi-threaded mode, so there is nothing on port 8072. --- src/runboat/kubefiles/deployment.yaml | 2 -- src/runboat/kubefiles/ingress.yaml | 7 ------- 2 files changed, 9 deletions(-) diff --git a/src/runboat/kubefiles/deployment.yaml b/src/runboat/kubefiles/deployment.yaml index 2539f05..b71316f 100644 --- a/src/runboat/kubefiles/deployment.yaml +++ b/src/runboat/kubefiles/deployment.yaml @@ -38,8 +38,6 @@ spec: ports: - name: web containerPort: 8069 - - name: longpolling - containerPort: 8072 readinessProbe: tcpSocket: port: 8069 diff --git a/src/runboat/kubefiles/ingress.yaml b/src/runboat/kubefiles/ingress.yaml index 117ec8e..b15e579 100644 --- a/src/runboat/kubefiles/ingress.yaml +++ b/src/runboat/kubefiles/ingress.yaml @@ -13,10 +13,3 @@ spec: name: odoo port: number: 8069 - - path: /longpolling - pathType: Prefix - backend: - service: - name: odoo - port: - number: 8072