diff options
Diffstat (limited to 'ops/infra/kubernetes/https-cert')
-rw-r--r-- | ops/infra/kubernetes/https-cert/cert.yaml | 8 |
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 000000000000..c7a85275ae67 --- /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 }} |