tvl-depot/infra/kubernetes/https-cert/cert.yaml

9 lines
154 B
YAML
Raw Normal View History

---
apiVersion: networking.gke.io/v1beta1
kind: ManagedCertificate
metadata:
name: {{ .domain | replace "." "-" }}
spec:
domains:
- {{ .domain }}