From d67c4dd9f24e84a2a873836d031baf7248f15267 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Fri, 4 Aug 2023 15:48:00 +0100 Subject: [PATCH] Move prepuller to correct part of config --- config/clusters/2i2c/ohw.values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/clusters/2i2c/ohw.values.yaml b/config/clusters/2i2c/ohw.values.yaml index cca6d046a..7e3e5167a 100644 --- a/config/clusters/2i2c/ohw.values.yaml +++ b/config/clusters/2i2c/ohw.values.yaml @@ -10,6 +10,12 @@ basehub: - secretName: https-auto-tls hosts: - oceanhackweek.2i2c.cloud + # Enabled prepuller for event: https://github.com/2i2c-org/infrastructure/issues/2879 + prePuller: + hook: + enabled: true + continuous: + enabled: true singleuser: networkPolicy: # In clusters with NetworkPolicy enabled, do not @@ -33,12 +39,6 @@ basehub: - ports: - port: 22 protocol: TCP - # Enabled prepuller for event: https://github.com/2i2c-org/infrastructure/issues/2879 - prePuller: - hook: - enabled: true - continuous: - enabled: true profileList: - display_name: "Python using JupyterLab" description: "~2 CPU, ~8G RAM"