feat(k8s): Add Google managed TLS certificates
Introduces certificates for tazj.in & www.tazj.in.
This commit is contained in:
parent
593e96da60
commit
cae99692de
2 changed files with 19 additions and 0 deletions
8
infra/kubernetes/https-cert/cert.yaml
Normal file
8
infra/kubernetes/https-cert/cert.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
apiVersion: networking.gke.io/v1beta1
|
||||
kind: ManagedCertificate
|
||||
metadata:
|
||||
name: {{ .domain | replace "." "-" }}
|
||||
spec:
|
||||
domains:
|
||||
- {{ .domain }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue