Skip to content

Commit

Permalink
Merge pull request #1270 from GeorgianaElena/bump-dask-gateway
Browse files Browse the repository at this point in the history
Bump dask gateway
  • Loading branch information
GeorgianaElena authored May 4, 2022
2 parents 2af57d0 + 33931f4 commit 6f05379
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
9 changes: 5 additions & 4 deletions config/clusters/meom-ige/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ basehub:
readinessProbe:
enabled: false
dask-gateway:
extraConfig:
idle: |
# timeout after 30 minutes of inactivity
c.KubeClusterConfig.idle_timeout = 1800
gateway:
extraConfig:
idle: |
# timeout after 30 minutes of inactivity
c.KubeClusterConfig.idle_timeout = 1800
9 changes: 5 additions & 4 deletions config/clusters/openscapes/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ basehub:
# Without this, any GitHub user can authenticate
allowed_users: *users
dask-gateway:
extraConfig:
idle: |
# timeout after 30 minutes of inactivity
c.KubeClusterConfig.idle_timeout = 1800
gateway:
extraConfig:
idle: |
# timeout after 30 minutes of inactivity
c.KubeClusterConfig.idle_timeout = 1800
9 changes: 5 additions & 4 deletions config/clusters/uwhackweeks/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ basehub:
admin_users:
- scottyhq
dask-gateway:
extraConfig:
idle: |
# timeout after 30 minutes of inactivity
c.KubeClusterConfig.idle_timeout = 1800
gateway:
extraConfig:
idle: |
# timeout after 30 minutes of inactivity
c.KubeClusterConfig.idle_timeout = 1800
4 changes: 2 additions & 2 deletions helm-charts/daskhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
version: "0.1.0"
repository: file://../basehub
- name: dask-gateway
version: "0.9.0"
repository: "https://dask.org/dask-gateway-helm-repo/"
version: "2022.4.0"
repository: "https://helm.dask.org/"

0 comments on commit 6f05379

Please sign in to comment.