Skip to content

Commit

Permalink
Merge pull request #2737 from uc-cdis/chore/update-hatchery-for-dynamodb
Browse files Browse the repository at this point in the history
(HP-572) add fields for dynamodb for hatchery
  • Loading branch information
george42-ctds authored Jan 12, 2024
2 parents 59e7287 + 5194410 commit f3ba7fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa-heal.planx-pla.net/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"fence": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/fence:2023.12",
"fluentd": "fluent/fluentd-kubernetes-daemonset:v1.15.3-debian-cloudwatch-1.0",
"frontend-framework": "quay.io/cdis/frontend-framework:0.5.1",
"hatchery": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/hatchery:2023.12",
"hatchery": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/hatchery:chore_use-dynamodb-gen3-user-license",
"indexd": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/indexd:2023.12",
"kayako-wrapper": "quay.io/cdis/kayako-wrapper-service:0.2.1",
"manifestservice": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/manifestservice:2023.12",
Expand Down
10 changes: 8 additions & 2 deletions qa-heal.planx-pla.net/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
"user-namespace": "jupyter-pods-qa-heal",
"sub-dir": "/lw-workspace",
"user-volume-size": "10Gi",
"gen3-license-user-maps-dynamodb-table": "gen3-license-user-maps",
"gen3-license-type": "STATA-HEAL",
"gen3-license-max-ids": 6,
"gen3-g3auto-name": "stata-workspace-gen3-license-g3auto",
"gen3-g3auto-key": "stata_license.txt",
"gen3-license-file-path": "stata.lic",
"sidecar": {
"cpu-limit": "1.0",
"memory-limit": "256Mi",
"image": "quay.io/cdis/ecs-ws-sidecar:2023.12",
"image": "quay.io/cdis/ecs-ws-sidecar:0.1.0",
"env": {
"NAMESPACE": "qa-heal"
},
Expand Down Expand Up @@ -99,7 +105,7 @@
"cpu-limit": "1.0",
"memory-limit": "2Gi",
"name": "(Generic, Limited Gen3-licensed) Stata Notebook",
"image": "quay.io/cdis/jupyter-pystata-gen3-licensed:1.2.0",
"image": "quay.io/cdis/jupyter-pystata-gen3-licensed:chore_get-stata-license-from-sidecar",
"env": {
"FRAME_ANCESTORS": "https://qa-heal.planx-pla.net"
},
Expand Down

0 comments on commit f3ba7fe

Please sign in to comment.