Skip to content

Commit

Permalink
Format and tidying up charts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBed4d committed May 16, 2024
1 parent 725d2b5 commit 884ec38
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion binderhub-azimuth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: [jupyter, binderhub]
# https://hub.jupyter.org/helm-chart/#development-releases-binderhub
dependencies:
- name: binderhub
version: 1.0.0-0.dev.git.3437.h81a3428 #1.0.0-0.dev.git.3350.he7995d6
version: 1.0.0-0.dev.git.3437.h81a3428
repository: https://jupyterhub.github.io/helm-chart/

annotations:
Expand Down
15 changes: 5 additions & 10 deletions binderhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ registry:
username: &registry-username registry-user
password: # Randomly generated within Azimuth UI (see azimuth-ui.schema.yaml)
nodeport: 31783
# storage:
# capacity: '10Gi' # Set in Azimuth UI
storage:
capacity: # Set in Azimuth UI
credentialsSecretName: binderhub-registry-creds
imagePullSecretName: binderhub-registry-image-pull

Expand Down Expand Up @@ -78,7 +78,7 @@ binderhub:
allowNamedServers: true
# Number of servers allowed per user.
# Set to 0 for no limit.
# namedServerLimitPerUser: 0
namedServerLimitPerUser:

networkPolicy:
enabled: false
Expand Down Expand Up @@ -289,11 +289,6 @@ binderhub:
defaultUrl: /lab
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
# cpu:
# limit: 1
# memory:
# limit: '2G'


imageBuilderType: pink
pink:
Expand All @@ -316,8 +311,8 @@ binderhub:
registry:
url: *registry-url
username: *registry-username
password: 'test' # Set to mirror global registry.password value (see azimuth-ui.schema.yaml)
password: # Set to mirror global registry.password value (see azimuth-ui.schema.yaml)

config:
BinderHub:
# Auth is handled by Zenith
Expand Down
10 changes: 0 additions & 10 deletions daskhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ zenithClient:
daskhub:
dask-gateway:
gateway:
# auth:
# jupyterhub:
# apiToken: 448f787268fdef1d96c1054b88a28f405f0e636406996c7bcddcc40aa9e2fc2e
extraConfig:
optionHandler: |
from dask_gateway_server.options import Options, Integer, Float, String
Expand Down Expand Up @@ -44,9 +41,6 @@ daskhub:
enabled: false

hub:
# services:
# dask-gateway:
# apiToken: 448f787268fdef1d96c1054b88a28f405f0e636406996c7bcddcc40aa9e2fc2e
networkPolicy:
enabled: false
# Configure the authentication to respect the X-Remote-User header sent by Zenith from Azimuth
Expand Down Expand Up @@ -98,7 +92,3 @@ daskhub:
extraEnv:
DASK_GATEWAY__CLUSTER__OPTIONS__IMAGE: '{{JUPYTER_IMAGE_SPEC}}'
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
# cpu:
# limit: 1
# memory:
# limit: '10G'
2 changes: 1 addition & 1 deletion jupyterhub-azimuth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: [jupyter, jupyterhub]

dependencies:
- name: jupyterhub
version: 4.0.0-0.dev.git.6606.he7fe8840
version: 3.3.7
repository: https://jupyterhub.github.io/helm-chart/

annotations:
Expand Down
4 changes: 0 additions & 4 deletions jupyterhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,3 @@ jupyterhub:
defaultUrl: /lab
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
# cpu:
# limit: 1
# memory:
# limit: '2G'

0 comments on commit 884ec38

Please sign in to comment.