Skip to content

Commit

Permalink
Merge pull request #2482 from uc-cdis/fix/add-frame-ancestor-to-hatchery
Browse files Browse the repository at this point in the history
Add FRAME_ANCESTORS to hatchery
  • Loading branch information
george42-ctds authored May 24, 2023
2 parents 30c7282 + 8d1f1a4 commit 8daf829
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions qa-heal.planx-pla.net/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
"cpu-limit": "1.0",
"memory-limit": "2Gi",
"name": "(Generic, User-licensed) Stata Notebook ",
"image": "quay.io/cdis/stata-heal:master",
"env": {},
"image": "quay.io/cdis/stata-heal:george-portal",
"env": {
"FRAME_ANCESTORS": "https://qa-heal.planx-pla.net"
},
"args": [
"--NotebookApp.base_url=/lw-workspace/proxy/",
"--NotebookApp.password=''",
Expand Down Expand Up @@ -97,8 +99,10 @@
"cpu-limit": "1.0",
"memory-limit": "2Gi",
"name": "(Generic, Limited Gen3-licensed) Stata Notebook",
"image": "quay.io/cdis/stata-heal:gen3-licensed",
"env": {},
"image": "quay.io/cdis/stata-heal:jupyter_pystata_licensed__latest",
"env": {
"FRAME_ANCESTORS": "https://qa-heal.planx-pla.net"
},
"args": [
"--NotebookApp.base_url=/lw-workspace/proxy/",
"--NotebookApp.password=''",
Expand Down

0 comments on commit 8daf829

Please sign in to comment.