From 0d1b5a3cccddc015a66e40aa4852f6a367403e33 Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Wed, 10 Jul 2024 13:47:37 +1200 Subject: [PATCH] change some vars back to defaults --- vars/ondemand-config.yml.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vars/ondemand-config.yml.example b/vars/ondemand-config.yml.example index 8ab385a..d5da7c4 100644 --- a/vars/ondemand-config.yml.example +++ b/vars/ondemand-config.yml.example @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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"