diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·19+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·19+0100 |
commit | 785a5a29976a9682bd1a8a30c2bfa50185a0b5cf (patch) | |
tree | fd33afa806f979cfe95d6e81c8679c08473d9d65 /infra/kubernetes/primary-cluster.yaml | |
parent | e6cb12ebfb5f620710d699dcd378bdf08d12d797 (diff) |
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.
Diffstat (limited to 'infra/kubernetes/primary-cluster.yaml')
-rw-r--r-- | infra/kubernetes/primary-cluster.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |