feat(k8s): Add Google managed TLS certificates

Introduces certificates for tazj.in & www.tazj.in.
This commit is contained in:
Vincent Ambo 2019-08-27 12:43:55 +01:00
parent 593e96da60
commit cae99692de
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
apiVersion: networking.gke.io/v1beta1
kind: ManagedCertificate
metadata:
name: {{ .domain | replace "." "-" }}
spec:
domains:
- {{ .domain }}