13 lines
278 B
YAML
13 lines
278 B
YAML
|
|
apiVersion: cert-manager.io/v1
|
||
|
|
kind: Certificate
|
||
|
|
metadata:
|
||
|
|
name: wildcard-jpcit-coza
|
||
|
|
namespace: pgadmin
|
||
|
|
spec:
|
||
|
|
secretName: wildcard-jpcit-coza-tls
|
||
|
|
issuerRef:
|
||
|
|
name: letsencrypt-dns
|
||
|
|
kind: ClusterIssuer
|
||
|
|
commonName: "*.jpcit.co.za"
|
||
|
|
dnsNames:
|
||
|
|
- "*.jpcit.co.za"
|