Cert-Manager Integration
Opened this issue · 1 comments
eberlep commented
Create a certificates.cert-manager.io
resource and reference the creade secret in the postgresqls.acid.zalan.do
manifest.
https://postgres-operator.readthedocs.io/en/latest/user/#custom-tls-certificates
eberlep commented
Might be possible to make use of Gardeners cert-manager where applicable, by adding some annotations to the Service
:
annotations:
cert.gardener.cloud/purpose: managed
cert.gardener.cloud/secretname: postgres-tls-secret
dns.gardener.cloud/class: garden
dns.gardener.cloud/dnsnames: x.y.z
dns.gardener.cloud/ttl: "180"