k8s/apps/arr/certificate.yaml

13 lines
276 B
YAML
Raw Permalink Normal View History

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-jpcit-coza
namespace: media
spec:
secretName: wildcard-jpcit-coza-tls
issuerRef:
name: letsencrypt-dns
kind: ClusterIssuer
commonName: "*.jpcit.co.za"
dnsNames:
- "*.jpcit.co.za"