configurable auth cookies age

This commit is contained in:
Valeriano Manassero 2021-12-09 08:07:55 +01:00
parent b494a8c0cf
commit 68006193e0
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,8 @@ spec:
value: "{{ .Values.apiserver.prepopulateZipFiles }}"
- name: CLEARML_SERVER_DEPLOYMENT_TYPE
value: "helm-cloud"
- name: CLEARML__APISERVER__AUTH__COOKIES__MAX_AGE
value: "{{ .Values.apiserver.authCoockiesMaxAge }}"
- name: CLEARML_CONFIG_DIR
value: /opt/clearml/config
- name: CLEARML__APISERVER__DEFAULT_COMPANY

View File

@ -37,6 +37,9 @@ apiserver:
prepopulateArtifactsPath: "/mnt/fileserver"
configDir: /opt/clearml/config
# -- Amount of seconds the authorization cookie will last in user browser
authCoockiesMaxAge: 864000
service:
# -- This will set to service's spec.type field
type: NodePort