k8s/infrastructure/haproxy/certificate.yaml

14 lines
301 B
YAML
Raw Normal View History

2026-05-04 08:39:38 +00:00
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-jethrocotton-com
namespace: haproxy
spec:
secretName: wildcard-jethrocotton-com-tls
issuerRef:
name: letsencrypt-dns
kind: ClusterIssuer
commonName: "*.jethrocotton.com"
dnsNames:
- "*.jethrocotton.com"