-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(http): Set Content-Type on response
- Loading branch information
Zachary Seguin
committed
Aug 11, 2020
1 parent
4baa196
commit d72939d
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "test4", | ||
"namespace": "zachary-seguin", | ||
"image": "k8scc01covidacr.azurecr.io/minimal-notebook-cpu:d58600076b0c188364d8651d3986ee0d37ecb4ad", | ||
"customImage": "", | ||
"customImageCheck": false, | ||
"cpu": "0.5", | ||
"memory": "1.0Gi", | ||
"gpus": { | ||
"num": "none" | ||
}, | ||
"noWorkspace": false, | ||
"workspace": { | ||
"type": "Existing", | ||
"name": "workspace-test4", | ||
"templatedName": "workspace-{notebook-name}", | ||
"class": "{none}", | ||
"extraFields": {} | ||
}, | ||
"datavols": [], | ||
"shm": true, | ||
"configurations": ["minio-profile"] | ||
} |