Skip to content

Commit

Permalink
change some vars back to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Jul 10, 2024
1 parent a854a60 commit 0d1b5a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vars/ondemand-config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ control_plane_flavor: balanced1.2cpu4ram
# - 3x balanced1.32cpu64ram for up to 45 2cpu4ram sessions
cluster_worker_count: 1
worker_flavour: balanced1.8cpu16ram
# worker disksize is the size of the drive on the worker node, whichh is used
# worker disksize is the size of the drive on the worker node, which is used
# for pulling the docker images
worker_disksize: 100
worker_disksize: 60

# apps config
# - `k8s_container` should be the container that will be used by the app, usually
Expand All @@ -49,14 +49,14 @@ ood_apps:
repo: https://github.com/nesi/training-environment-jupyter-ml101-app.git
version: 'v0.2.2'
enabled: true
pre_pull: true
pre_pull: false

jupyter_ml102:
k8s_container: ghcr.io/nesi/training-environment-jupyter-ml102-app:v0.1.0
repo: https://github.com/nesi/training-environment-jupyter-ml102-app.git
version: 'v0.1.0'
enabled: true
pre_pull: true
pre_pull: false

rstudio_rnaseq:
k8s_container: ghcr.io/nesi/training-environment-rstudio-rnaseq-app:v0.2.3
Expand All @@ -77,7 +77,7 @@ ood_apps:
repo: https://github.com/nesi/training-environment-rstudio-app.git
version: 'v0.3.0'
enabled: true
pre_pull: true
pre_pull: false

shell4b:
k8s_container: ghcr.io/nesi/training-environment-jupyter-intermediate-shell-app:v0.3.4
Expand All @@ -98,7 +98,7 @@ ood_apps:
repo: https://github.com/nesi/training-environment-jupyter-intronextflow-app.git
version: 'v0.3.0'
enabled: true
pre_pull: true
pre_pull: false

codeserver:
k8s_container: ghcr.io/nesi/training-environment-codeserver-app:v0.1.12
Expand All @@ -115,7 +115,7 @@ enable_privileged_pods: true

# pull the images defined in ood_apps onto all k8s worker nodes
# Note: make sure the worker nodes have enough `worker_disksize` (especially if many apps are enabled)
enable_pod_pre_pull: true
enable_pod_pre_pull: false

# variables to provision data into home dirs (for apps where the data is large)
provision_data_scrnaseq: false
Expand All @@ -136,7 +136,7 @@ nfs_threads: 64
# variables below this line should not usually need to be changed
###############################################################################

slack_notify: no
slack_notify: yes
slack_token: "CHANGEME_SLACK_TOKEN"
keycloak_admin_password: "CHANGEME_KEYCLOAK_ADMIN_PASSWORD"
ldap_admin_password: "CHANGEME_LDAP_ADMIN_PASSWORD"
Expand Down

0 comments on commit 0d1b5a3

Please sign in to comment.