From e5521673ebf0f47043601eb219078232fc1d5c30 Mon Sep 17 00:00:00 2001 From: IvanHunters <49371933+IvanHunters@users.noreply.github.com> Date: Fri, 28 Nov 2025 01:22:20 +0300 Subject: Helm Charts: add certificate duration and renewBefore options (#7563) * Helm Charts: add certificate duration and renewBefore options Signed-off-by: ohotnikov.ivan * use .Values.global.certificates instead certificates ca --------- Signed-off-by: ohotnikov.ivan Co-authored-by: ohotnikov.ivan Co-authored-by: Chris Lu --- k8s/charts/seaweedfs/values.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3