k8s/infrastructure/pgadmin/certificate.yaml

13 lines
278 B
YAML
Raw Permalink Normal View History

2026-05-02 23:44:06 +00:00
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"