Skip to content

Commit 2ad5dca

Browse files
committed
mention cert rotation
1 parent 50ed7bd commit 2ad5dca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stacks/monitoring/create-prometheus-tls-certificate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ spec:
5757
volumeClaimTemplate:
5858
metadata:
5959
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!
60+
# Highly professional tests have shown that Prometheus is able to handle the
61+
# certificate rotation :)
62+
# You can change the certificate lifetime here for easier testing:
6363
# secrets.stackable.tech/backend.autotls.cert.lifetime: "1d"
6464
secrets.stackable.tech/class: "tls"
6565
secrets.stackable.tech/format: "tls-pem"

0 commit comments

Comments
 (0)