From 5be2e8b06416b0620e79acd5bd8db5902406033d Mon Sep 17 00:00:00 2001 From: Victoria Zaksas Date: Mon, 29 Jun 2026 16:26:31 -0500 Subject: [PATCH] RCC demo --- .secrets.baseline | 4 +- .../qa-vpodc-helm/values/values.yaml | 38 ++++++++++++++++++- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index fd3d031..d481021 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -612,7 +612,7 @@ "filename": "devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml", "hashed_secret": "4c7e5a7eedc322089e3a64d1911d6f823431162a", "is_verified": false, - "line_number": 1485 + "line_number": 1521 } ], "devplanetv2/dev-environments/qaheal-helm/values/values.yaml": [ @@ -789,5 +789,5 @@ } ] }, - "generated_at": "2026-06-24T22:16:49Z" + "generated_at": "2026-06-29T21:25:32Z" } diff --git a/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml b/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml index c9205b0..97dbf8c 100644 --- a/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml @@ -370,7 +370,43 @@ hatchery: "fs-gid": 100, "user-volume-location": "/home/jovyan/pd", "gen3-volume-location": "/home/jovyan/.gen3" - } + }, + { + "target-port": 8888, + "cpu-limit": "4.0", + "memory-limit": "16Gi", + "name": "RCC-pilot", + # TODO: change image to new one with python3.14 and libraries for rcc demo + "image": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/jupyter-prometheus:prometheus-master", + "env": { + "FRAME_ANCESTORS": "https://vpodc.data-commons.org/" + }, + "args": [ + "--JupyterNotebookApp.base_url=/lw-workspace/proxy/", + "--JupyterNotebookApp.default_url=/lab", + "--JupyterNotebookApp.password=''", + "--JupyterNotebookApp.token=''", + "--JupyterNotebookApp.ip='*'", + "--JupyterNotebookApp.notebook_dir='/home/jovyan'", + "--JupyterNotebookApp.shutdown_no_activity_timeout=5400", + "--JupyterNotebookApp.quit_button=False" + ], + "command": [ + "start-notebook.sh" + ], + "path-rewrite": "/lw-workspace/proxy/", + "use-tls": "false", + "ready-probe": "/lw-workspace/proxy/", + "lifecycle-post-start": [ + "/bin/sh", + "-c", + "export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; rm -rf /home/$IAM/pd/lost+found; ln -s /data /home/$IAM/pd/; true" + ], + "user-uid": 1010, + "fs-gid": 101, + "user-volume-location": "/home/jovyan/pd", + "gen3-volume-location": "/home/jovyan/.gen3" + } ] } indexd: