k8s/infrastructure/pgadmin/certificate.yaml
2026-05-03 11:44:06 +12:00

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"