We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424b5a8 commit 4a2b1f2Copy full SHA for 4a2b1f2
1 file changed
stacks/monitoring/create-prometheus-tls-certificate.yaml
@@ -57,6 +57,9 @@ spec:
57
volumeClaimTemplate:
58
metadata:
59
annotations:
60
+ # I assume prometheus supports hot-reloading the certificate Secret.
61
+ # If not we can try to increase the lifetime here, but watch out that there is an
62
+ # upper limit on the SecretClass!
63
# secrets.stackable.tech/backend.autotls.cert.lifetime: "1d"
64
secrets.stackable.tech/class: "tls"
65
secrets.stackable.tech/format: "tls-pem"
0 commit comments