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: |