aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvanHunters <49371933+IvanHunters@users.noreply.github.com>2025-11-28 01:22:20 +0300
committerGitHub <noreply@github.com>2025-11-27 14:22:20 -0800
commite5521673ebf0f47043601eb219078232fc1d5c30 (patch)
treeccadd1e34269c2d9e43f477aba805528472939cc
parentf00cd383936b5f6bf621a91c2b9321b67a902714 (diff)
downloadseaweedfs-e5521673ebf0f47043601eb219078232fc1d5c30.tar.xz
seaweedfs-e5521673ebf0f47043601eb219078232fc1d5c30.zip
Helm Charts: add certificate duration and renewBefore options (#7563)
* Helm Charts: add certificate duration and renewBefore options Signed-off-by: ohotnikov.ivan <ohotnikov.ivan@e-queo.net> * use .Values.global.certificates instead certificates ca --------- Signed-off-by: ohotnikov.ivan <ohotnikov.ivan@e-queo.net> Co-authored-by: ohotnikov.ivan <ohotnikov.ivan@e-queo.net> Co-authored-by: Chris Lu <chris.lu@gmail.com>
-rw-r--r--k8s/charts/seaweedfs/values.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml
index 74bbfeba1..547b05479 100644
--- a/k8s/charts/seaweedfs/values.yaml
+++ b/k8s/charts/seaweedfs/values.yaml
@@ -22,6 +22,8 @@ global:
serviceAccountName: "seaweedfs"
automountServiceAccountToken: true
certificates:
+ duration: 87600h
+ renewBefore: 720h
alphacrds: false
monitoring:
enabled: false