From 785a5a29976a9682bd1a8a30c2bfa50185a0b5cf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 2 Sep 2019 18:19:35 +0100 Subject: feat(k8s): Add nginx instance for oslo.pub redirect The redirect is currently all that this instance does. It is required because HTTP load balancers in GCP don't support URL rewriting. --- infra/kubernetes/primary-cluster.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'infra/kubernetes/primary-cluster.yaml') diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index 1409605ccd80..9cff5de87b73 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -28,3 +28,4 @@ include: repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo - name: tazblog - name: https-lb + - name: nginx -- cgit 1.4.1