diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-27T11·44+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-27T11·44+0100 |
commit | a58af3e371591ed7a7015350512ca46accbf37d6 (patch) | |
tree | 23ba45d54a9ef90e75fbe1847a513a421f04ef17 /infra/kubernetes/primary-cluster.yaml | |
parent | cae99692de34a9d7600adb2fa7bb88436a332ff6 (diff) |
feat(k8s): Configure HTTPS ingress for the blog r/67
Uses Google-managed certificates and an Ingress resource to set up an HTTPS load-balancer. This probably won't be the final version as the GKE Ingress is very limited and can not do things like redirect URLs, which I need to decommission the old setup.
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 f043f92fa89b..5b4b04d5d5c2 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -22,3 +22,4 @@ include: account: nixery@tazjins-infrastructure.iam.gserviceaccount.com repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo - name: tazblog + - name: https-lb |