You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Renewal of the certificate is handled by cert-manager. However, the timescaledb pods need to mount the renewed certificates after renewal. To trigger a restart of applications after such a configuration/secret change I've deployed stakater/reloader. To let reloader consider timescaledb an annotation at the statefulset is required. bitnami/keycloak for instance provides this functionality this way:
(Although this functionality concerning certificate is not required here since the certificate stuff is handled by the ingress controller in this case.)
Consider, please, to add the option to set annotations in the statefulset object via the values.yml file.
Cheers and thanks, Wolfgang
The text was updated successfully, but these errors were encountered:
I would like to obtain the certificate for my timescaledb instance from Let's Encrypt via cert-manager. I've setup this using the following code:
cert.yml:
and
and
(in values.yml)
Renewal of the certificate is handled by cert-manager. However, the timescaledb pods need to mount the renewed certificates after renewal. To trigger a restart of applications after such a configuration/secret change I've deployed stakater/reloader. To let reloader consider timescaledb an annotation at the statefulset is required. bitnami/keycloak for instance provides this functionality this way:
(Although this functionality concerning certificate is not required here since the certificate stuff is handled by the ingress controller in this case.)
Consider, please, to add the option to set annotations in the statefulset object via the values.yml file.
Cheers and thanks, Wolfgang
The text was updated successfully, but these errors were encountered: