From dd56602f3dd81e9d9c788a46b46a44628fffedce Mon Sep 17 00:00:00 2001 From: stevejpurves Date: Fri, 1 Dec 2023 11:00:46 +0000 Subject: [PATCH] precommit fix --- mybinder/values.yaml | 66 ++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index c949df1b9..7d7b6b9c9 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -9,7 +9,7 @@ tags: {} etcJupyter: jupyter_notebook_config.json: NotebookApp: - allow_origin: '*' + allow_origin: "*" tornado_settings: trust_xheaders: true # shutdown the server after no activity @@ -37,10 +37,10 @@ binderhub: resources: requests: - cpu: '0.25' + cpu: "0.25" memory: 1Gi limits: - cpu: '2' + cpu: "2" memory: 1Gi hpa: @@ -134,7 +134,7 @@ binderhub: use_registry: true per_repo_quota: 100 per_repo_quota_higher: 200 - cors_allow_origin: '*' + cors_allow_origin: "*" banner_message: |