about summary refs log tree commit diff
path: root/infra/kubernetes/https-lb/ingress.yaml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-02T19·16+0100
committerVincent Ambo <tazjin@google.com>2019-09-02T19·16+0100
commitd577629b5b2c767a6031f90fe1303f8811a8b870 (patch)
tree767af1c0ef7df12359a96215018d6e81517a11ea /infra/kubernetes/https-lb/ingress.yaml
parentf2e0f3ee27ae59e45b92351d0956432920722b7e (diff)
fix(k8s): Add nginx route for load-balancer health checks r/75
Diffstat (limited to 'infra/kubernetes/https-lb/ingress.yaml')
-rw-r--r--infra/kubernetes/https-lb/ingress.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/infra/kubernetes/https-lb/ingress.yaml b/infra/kubernetes/https-lb/ingress.yaml
index 03fa2cec0738..f1d9fa4270b0 100644
--- a/infra/kubernetes/https-lb/ingress.yaml
+++ b/infra/kubernetes/https-lb/ingress.yaml
@@ -18,6 +18,7 @@ spec:
     - host: oslo.pub
       http:
         paths:
-          - backend:
+          - path: /
+            backend:
               serviceName: nginx
-              servicePort: 80
+              servicePort: 6756