k8s/apps/forgejo/certificate.yaml

13 lines
300 B
YAML
Raw Permalink Normal View History

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-jethrocotton-com
namespace: forgejo
spec:
secretName: wildcard-jethrocotton-com-tls
issuerRef:
name: letsencrypt-dns
kind: ClusterIssuer
commonName: "*.jethrocotton.com"
dnsNames:
- "*.jethrocotton.com"