about summary refs log tree commit diff
path: root/infra/kubernetes/primary-cluster.yaml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-27T11·43+0100
committerVincent Ambo <tazjin@google.com>2019-08-27T11·43+0100
commitcae99692de34a9d7600adb2fa7bb88436a332ff6 (patch)
tree9bd1aa59faa834ded3f95909838494029335e4ee /infra/kubernetes/primary-cluster.yaml
parent593e96da6077b343b9716d490a17c7c3603cb2fc (diff)
feat(k8s): Add Google managed TLS certificates r/66
Introduces certificates for tazj.in & www.tazj.in.
Diffstat (limited to 'infra/kubernetes/primary-cluster.yaml')
-rw-r--r--infra/kubernetes/primary-cluster.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml
index c8a6423e341c..f043f92fa89b 100644
--- a/infra/kubernetes/primary-cluster.yaml
+++ b/infra/kubernetes/primary-cluster.yaml
@@ -3,6 +3,17 @@
 ---
 context: gke_tazjins-infrastructure_europe-north1_tazjin-cluster
 include:
+  # SSL certificates (provisioned by Google)
+  - name: tazj-in-cert
+    path: https-cert
+    values:
+      domain: tazj.in
+  - name: www-tazj-in-cert
+    path: https-cert
+    values:
+      domain: www.tazj.in
+
+  # Services
   - name: nixery
     values:
       port: 8080