gitops/services/database/postgresql-tls/certificate.yaml

15 lines
316 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: postgresql-tls
namespace: database
spec:
secretName: postgresql-tls
commonName: postgresql-prod.svc.plus
dnsNames:
- postgresql-prod.svc.plus
issuerRef:
name: svc-plus-acme-http01
kind: ClusterIssuer
group: cert-manager.io