mirror of
https://github.com/bitnami/charts.git
synced 2026-04-05 00:37:12 +08:00
[bitnami/mlflow] Increase runs/search timeout (#27154)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -71,7 +71,7 @@ http:
|
||||
- /FINISHED/
|
||||
# The job uses RandomForestRegressor (which is used in the example)
|
||||
- /RandomForestRegressor/
|
||||
timeout: 10000
|
||||
timeout: 30000
|
||||
http://127.0.0.1:{{ .Vars.tracking.containerPorts.http }}/api/2.0/mlflow/runs/search:
|
||||
status: 200
|
||||
username: {{ .Vars.tracking.auth.username }}
|
||||
@@ -87,7 +87,7 @@ http:
|
||||
- /FINISHED/
|
||||
# The job uses RandomForestRegressor (which is used in the example)
|
||||
- /RandomForestRegressor/
|
||||
timeout: 10000
|
||||
timeout: 30000
|
||||
command:
|
||||
{{- $uid := .Vars.tracking.containerSecurityContext.runAsUser }}
|
||||
{{- $gid := .Vars.tracking.podSecurityContext.fsGroup }}
|
||||
|
||||
Reference in New Issue
Block a user