diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T19·16+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T19·16+0100 |
commit | d577629b5b2c767a6031f90fe1303f8811a8b870 (patch) | |
tree | 767af1c0ef7df12359a96215018d6e81517a11ea /infra/kubernetes/https-lb | |
parent | f2e0f3ee27ae59e45b92351d0956432920722b7e (diff) |
fix(k8s): Add nginx route for load-balancer health checks r/75
Diffstat (limited to 'infra/kubernetes/https-lb')
-rw-r--r-- | infra/kubernetes/https-lb/ingress.yaml | 5 |
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 |