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>
This commit is contained in:
@@ -22,6 +22,8 @@ global:
|
|||||||
serviceAccountName: "seaweedfs"
|
serviceAccountName: "seaweedfs"
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
certificates:
|
certificates:
|
||||||
|
duration: 87600h
|
||||||
|
renewBefore: 720h
|
||||||
alphacrds: false
|
alphacrds: false
|
||||||
monitoring:
|
monitoring:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user