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