Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions unfunded/diseasedatahub.org/values/etl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ etl:
repository: quay.io/cdis/tube
tag: master
esEndpoint: elasticsearch
# etlMapping:
# mappings:
image:
tube:
tag: '2025.11'
spark:
tag: '2025.11'
37 changes: 10 additions & 27 deletions unfunded/diseasedatahub.org/values/fence.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,27 @@
fence:
# Lower cost
resources:
requests:
memory: "105Mi"
cpu: "15m"
memory: 105Mi
cpu: 15m
enabled: true
image:
repository: quay.io/cdis/fence
tag: 10.2.0

# -- (map) Annotations to add to the pod
tag: '2025.11'
podAnnotations:
prometheus.io/path: /metrics
prometheus.io/scrape: "true"

prometheus.io/scrape: 'true'
usersync:
# -- (bool) Whether to run Fence usersync or not.
usersync: true
userYamlS3Path: s3://cdis-gen3-users/nde/user.yaml

USER_YAML:

# -- (map) External Secrets settings.
USER_YAML: null
externalSecrets:
# -- (string) Will create the Helm "fence-jwt-keys" secret even if Secrets Manager is enabled. This is helpful if you are wanting to use External Secrets for some, but not all secrets.
createK8sJwtKeysSecret: false
# -- (string) Will create the Helm "fence-google-app-creds-secret" and "fence-google-storage-creds-secret" secrets even if Secrets Manager is enabled. This is helpful if you are wanting to use External Secrets for some, but not all secrets.
createK8sGoogleAppSecrets: true
# -- (string) Will override the name of the aws secrets manager secret. Default is "fence-jwt-keys"
fenceJwtKeys: "niaiddata-fence-jwt"
# -- (string) Will override the name of the aws secrets manager secret. Default is "fence-google-app-creds-secret"
fenceGoogleAppCredsSecret:
# -- (string) Will override the name of the aws secrets manager secret. Default is "fence-google-storage-creds-secret"
fenceGoogleStorageCredsSecret:
# -- (string) Will override the name of the aws secrets manager secret. Default is "fence-config"
fenceConfig: "niaiddata-fence-config"
# -- (string) Will override the name of the aws secrets manager secret. Default is "Values.global.environment-.Chart.Name-creds"
dbcreds: "niaiddata-fence-db-creds"

# -- (map) Public configuration settings for Fence app
fenceJwtKeys: niaiddata-fence-jwt
fenceGoogleAppCredsSecret: null
fenceGoogleStorageCredsSecret: null
fenceConfig: niaiddata-fence-config
dbcreds: niaiddata-fence-db-creds
FENCE_CONFIG_PUBLIC:
ENABLE_PROMETHEUS_METRICS: true
ENABLE_DB_MIGRATION: true
2 changes: 1 addition & 1 deletion unfunded/diseasedatahub.org/values/guppy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ guppy:
dbRestore: false
image:
repository: quay.io/cdis/guppy
tag: master
tag: '2025.11'
indices:
- index: qa_dataset_browser
type: dataset
Expand Down
173 changes: 94 additions & 79 deletions unfunded/diseasedatahub.org/values/hatchery.yaml
Original file line number Diff line number Diff line change
@@ -1,144 +1,159 @@
hatchery:
enabled: true
sidecarContainer:
# -- (string) The maximum amount of CPU the sidecar container can use
cpu-limit: '1.0'
# -- (string) The sidecar image.
image: quay.io/cdis/gen3fuse-sidecar:master
# -- (list) Commands to run for the sidecar container.
command:
- "/bin/bash"
- "/sidecarDockerrun.sh"

# -- (list) Notebook configuration.
- /bin/bash
- /sidecarDockerrun.sh
containers:
- target-port: 8888
cpu-limit: '1.0'
memory-limit: 1024Mi
name: "Jupyter Notebook Bio Python- Make your own"
name: Jupyter Notebook Bio Python- Make your own
image: quay.io/occ_data/jupyternotebook:fix_niaid-test
env:
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org https://aids.diseasedatahub.org https://flu.diseasedatahub.org
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org
https://aids.diseasedatahub.org https://flu.diseasedatahub.org
args:
- "--NotebookApp.base_url=/lw-workspace/proxy/"
- "--NotebookApp.default_url=/lab"
- "--NotebookApp.password=''"
- "--NotebookApp.token=''"
- "--NotebookApp.shutdown_no_activity_timeout=5400"
- "--NotebookApp.quit_button=False"
- --NotebookApp.base_url=/lw-workspace/proxy/
- --NotebookApp.default_url=/lab
- --NotebookApp.password=''
- --NotebookApp.token=''
- --NotebookApp.shutdown_no_activity_timeout=5400
- --NotebookApp.quit_button=False
command:
- start-notebook.sh
path-rewrite: "/lw-workspace/proxy/"
- start-notebook.sh
path-rewrite: /lw-workspace/proxy/
use-tls: 'false'
ready-probe: "/lw-workspace/proxy/"
ready-probe: /lw-workspace/proxy/
lifecycle-post-start:
- "/bin/sh"
- "-c"
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome; mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'], function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js; ln -s /data /home/$IAM/pd/; true
- /bin/sh
- -c
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome;
mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'],
function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js;
ln -s /data /home/$IAM/pd/; true
user-uid: 1000
fs-gid: 100
user-volume-location: "/home/jovyan/pd"
user-volume-location: /home/jovyan/pd
- target-port: 8888
cpu-limit: '1.0'
memory-limit: 14512Mi
name: "Jupyter Notebook DAIDS- Lab Edition"
name: Jupyter Notebook DAIDS- Lab Edition
image: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/jupyter-daids:jupyter-nde1.1.2
env:
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org https://aids.diseasedatahub.org https://flu.diseasedatahub.org
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org
https://aids.diseasedatahub.org https://flu.diseasedatahub.org
args:
- "--NotebookApp.base_url=/lw-workspace/proxy/"
- "--NotebookApp.default_url=/lab"
- "--NotebookApp.password=''"
- "--NotebookApp.token=''"
- "--NotebookApp.shutdown_no_activity_timeout=5400"
- "--NotebookApp.quit_button=False"
- --NotebookApp.base_url=/lw-workspace/proxy/
- --NotebookApp.default_url=/lab
- --NotebookApp.password=''
- --NotebookApp.token=''
- --NotebookApp.shutdown_no_activity_timeout=5400
- --NotebookApp.quit_button=False
command:
- start-notebook.sh
path-rewrite: "/lw-workspace/proxy/"
- start-notebook.sh
path-rewrite: /lw-workspace/proxy/
use-tls: 'false'
ready-probe: "/lw-workspace/proxy/"
ready-probe: /lw-workspace/proxy/
lifecycle-post-start:
- "/bin/sh"
- "-c"
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome; mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'], function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js; ln -s /data /home/$IAM/pd/; true
- /bin/sh
- -c
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome;
mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'],
function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js;
ln -s /data /home/$IAM/pd/; true
user-uid: 1000
fs-gid: 100
user-volume-location: "/home/jovyan/pd"
user-volume-location: /home/jovyan/pd
- target-port: 8888
cpu-limit: '1.0'
memory-limit: 14512Mi
name: "Jupyter Notebook DAIT- Lab Edition"
name: Jupyter Notebook DAIT- Lab Edition
image: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/jupyter-dait:jupyter-nde1.1.2
env:
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org https://aids.diseasedatahub.org https://flu.diseasedatahub.org
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org
https://aids.diseasedatahub.org https://flu.diseasedatahub.org
args:
- "--NotebookApp.base_url=/lw-workspace/proxy/"
- "--NotebookApp.default_url=/lab"
- "--NotebookApp.password=''"
- "--NotebookApp.token=''"
- "--NotebookApp.shutdown_no_activity_timeout=5400"
- "--NotebookApp.quit_button=False"
- --NotebookApp.base_url=/lw-workspace/proxy/
- --NotebookApp.default_url=/lab
- --NotebookApp.password=''
- --NotebookApp.token=''
- --NotebookApp.shutdown_no_activity_timeout=5400
- --NotebookApp.quit_button=False
command:
- start-notebook.sh
path-rewrite: "/lw-workspace/proxy/"
- start-notebook.sh
path-rewrite: /lw-workspace/proxy/
use-tls: 'false'
ready-probe: "/lw-workspace/proxy/"
ready-probe: /lw-workspace/proxy/
lifecycle-post-start:
- "/bin/sh"
- "-c"
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome; mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'], function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js; ln -s /data /home/$IAM/pd/; true
- /bin/sh
- -c
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome;
mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'],
function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js;
ln -s /data /home/$IAM/pd/; true
user-uid: 1000
fs-gid: 100
user-volume-location: "/home/jovyan/pd"
user-volume-location: /home/jovyan/pd
- target-port: 8888
cpu-limit: '1.0'
memory-limit: 14512Mi
name: "Jupyter Notebook DMID- Lab Edition"
name: Jupyter Notebook DMID- Lab Edition
image: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/jupyter-dmid:jupyter-nde1.1.2
env:
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org https://aids.diseasedatahub.org https://flu.diseasedatahub.org
FRAME_ANCESTORS: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org
https://aids.diseasedatahub.org https://flu.diseasedatahub.org
args:
- "--NotebookApp.base_url=/lw-workspace/proxy/"
- "--NotebookApp.default_url=/lab"
- "--NotebookApp.password=''"
- "--NotebookApp.token=''"
- "--NotebookApp.shutdown_no_activity_timeout=5400"
- "--NotebookApp.quit_button=False"
- --NotebookApp.base_url=/lw-workspace/proxy/
- --NotebookApp.default_url=/lab
- --NotebookApp.password=''
- --NotebookApp.token=''
- --NotebookApp.shutdown_no_activity_timeout=5400
- --NotebookApp.quit_button=False
command:
- start-notebook.sh
path-rewrite: "/lw-workspace/proxy/"
- start-notebook.sh
path-rewrite: /lw-workspace/proxy/
use-tls: 'false'
ready-probe: "/lw-workspace/proxy/"
ready-probe: /lw-workspace/proxy/
lifecycle-post-start:
- "/bin/sh"
- "-c"
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome; mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'], function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js; ln -s /data /home/$IAM/pd/; true
- /bin/sh
- -c
- export IAM=`whoami`; rm -rf /home/$IAM/pd/dockerHome; ln -s $(pwd) /home/$IAM/pd/dockerHome;
mkdir -p /home/$IAM/.jupyter/custom; echo \"define(['base/js/namespace'],
function(Jupyter){Jupyter._target = '_self';})\" >/home/$IAM/.jupyter/custom/custom.js;
ln -s /data /home/$IAM/pd/; true
user-uid: 1000
fs-gid: 100
user-volume-location: "/home/jovyan/pd"
user-volume-location: /home/jovyan/pd
- target-port: 8787
cpu-limit: '1.0'
memory-limit: 1024Mi
name: "R Studio InflammatoryR"
name: R Studio InflammatoryR
image: quay.io/cdis/rstudio-inflammatory:jupyter-nde1.1.2
env:
WWW_FRAME_ORIGIN: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org https://aids.diseasedatahub.org https://flu.diseasedatahub.org
DISABLE_AUTH: "true"
path-rewrite: "/"
WWW_FRAME_ORIGIN: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org
https://aids.diseasedatahub.org https://flu.diseasedatahub.org
DISABLE_AUTH: 'true'
path-rewrite: /
use-tls: 'false'
ready-probe: "/"
ready-probe: /
fs-gid: 100
user-volume-location: "/home/jovyan/pd"
user-volume-location: /home/jovyan/pd
- target-port: 8787
cpu-limit: '1.0'
memory-limit: 1024Mi
name: "R Studio"
name: R Studio
image: quay.io/cdis/rstudio:maste
env:
WWW_FRAME_ORIGIN: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org https://aids.diseasedatahub.org https://flu.diseasedatahub.org
DISABLE_AUTH: "true"
path-rewrite: "/"
WWW_FRAME_ORIGIN: https://tb.diseasedatahub.org https://microbiome.diseasedatahub.org
https://aids.diseasedatahub.org https://flu.diseasedatahub.org
DISABLE_AUTH: 'true'
path-rewrite: /
use-tls: 'false'
ready-probe: "/"
ready-probe: /
fs-gid: 100
user-volume-location: "/home/jovyan/pd"
user-volume-location: /home/jovyan/pd
image:
tag: '2025.11'
Loading
Loading