about summary refs log tree commit diff
path: root/ops/infra/kubernetes/https-cert/cert.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/infra/kubernetes/https-cert/cert.yaml')
-rw-r--r--ops/infra/kubernetes/https-cert/cert.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ops/infra/kubernetes/https-cert/cert.yaml b/ops/infra/kubernetes/https-cert/cert.yaml
new file mode 100644
index 0000000000..c7a85275ae
--- /dev/null
+++ b/ops/infra/kubernetes/https-cert/cert.yaml
@@ -0,0 +1,8 @@
+---
+apiVersion: networking.gke.io/v1beta1
+kind: ManagedCertificate
+metadata:
+  name: {{ .domain | replace "." "-" }}
+spec:
+  domains:
+    - {{ .domain }}