service-provider-template/files/manifests/wildcard-l-earthball.yaml
2024-07-09 15:23:23 -04:00

16 lines
352 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: l.stg.earthball.xyz
namespace: default
spec:
secretName: l.stg.earthball.xyz
issuerRef:
name: letsencrypt-prod-wild
kind: ClusterIssuer
group: cert-manager.io
commonName: "*.l.stg.earthball.xyz"
dnsNames:
- "l.stg.earthball.xyz"
- "*.l.stg.earthball.xyz"