mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
parent
478eecd5f2
commit
4c09ae2c92
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "3.2.0"
|
version: "3.2.1"
|
||||||
appVersion: "1.1.1"
|
appVersion: "1.1.1"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a
|
|||||||
| agentservices.tolerations | list | `[]` | |
|
| agentservices.tolerations | list | `[]` | |
|
||||||
| apiserver.additionalConfigs | object | `{}` | |
|
| apiserver.additionalConfigs | object | `{}` | |
|
||||||
| apiserver.affinity | object | `{}` | |
|
| apiserver.affinity | object | `{}` | |
|
||||||
| apiserver.authCoockiesMaxAge | int | `864000` | Amount of seconds the authorization cookie will last in user browser |
|
| apiserver.authCookiesMaxAge | int | `864000` | Amount of seconds the authorization cookie will last in user browser |
|
||||||
| apiserver.configDir | string | `"/opt/clearml/config"` | |
|
| apiserver.configDir | string | `"/opt/clearml/config"` | |
|
||||||
| apiserver.extraEnvs | list | `[]` | |
|
| apiserver.extraEnvs | list | `[]` | |
|
||||||
| apiserver.image.pullPolicy | string | `"IfNotPresent"` | |
|
| apiserver.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
@ -71,7 +71,7 @@ spec:
|
|||||||
- name: CLEARML_SERVER_DEPLOYMENT_TYPE
|
- name: CLEARML_SERVER_DEPLOYMENT_TYPE
|
||||||
value: "helm-cloud"
|
value: "helm-cloud"
|
||||||
- name: CLEARML__APISERVER__AUTH__COOKIES__MAX_AGE
|
- name: CLEARML__APISERVER__AUTH__COOKIES__MAX_AGE
|
||||||
value: "{{ .Values.apiserver.authCoockiesMaxAge }}"
|
value: "{{ .Values.apiserver.authCookiesMaxAge }}"
|
||||||
- name: CLEARML_CONFIG_DIR
|
- name: CLEARML_CONFIG_DIR
|
||||||
value: /opt/clearml/config
|
value: /opt/clearml/config
|
||||||
- name: CLEARML__APISERVER__DEFAULT_COMPANY
|
- name: CLEARML__APISERVER__DEFAULT_COMPANY
|
||||||
|
@ -38,7 +38,7 @@ apiserver:
|
|||||||
configDir: /opt/clearml/config
|
configDir: /opt/clearml/config
|
||||||
|
|
||||||
# -- Amount of seconds the authorization cookie will last in user browser
|
# -- Amount of seconds the authorization cookie will last in user browser
|
||||||
authCoockiesMaxAge: 864000
|
authCookiesMaxAge: 864000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
# -- This will set to service's spec.type field
|
# -- This will set to service's spec.type field
|
||||||
|
Loading…
Reference in New Issue
Block a user