From 58aa4907bf2571332c4a0bb9da99c48dd5f8a9e0 Mon Sep 17 00:00:00 2001 From: diw2 <41128919+diw2@users.noreply.github.com> Date: Wed, 3 Jun 2020 10:13:59 -0500 Subject: [PATCH] add r3.6 image (#1630) --- .../manifest.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/chicagoland.pandemicresponsecommons.org/manifest.json b/chicagoland.pandemicresponsecommons.org/manifest.json index 684351974b..1a7cfa5f4a 100644 --- a/chicagoland.pandemicresponsecommons.org/manifest.json +++ b/chicagoland.pandemicresponsecommons.org/manifest.json @@ -58,7 +58,7 @@ "target-port": 8787, "cpu-limit": "1.0", "memory-limit": "1024Mi", - "name": "R Studio", + "name": "R Studio-3.5", "image": "quay.io/cdis/rstudio:master", "env": {"DISABLE_AUTH": "true"}, "args": [], @@ -67,6 +67,19 @@ "ready-probe": "/", "user-volume-location": "/home/rstudio/pd", "fs-gid": 100 + },{ + "target-port": 8787, + "cpu-limit": "1.0", + "memory-limit": "1024Mi", + "name": "R Studio-3.6", + "image": "quay.io/cdis/rstudio3.6:rstudio3.6-1.0.0", + "env": {"DISABLE_AUTH": "true"}, + "args": [], + "path-rewrite": "/", + "use-tls": "false", + "ready-probe": "/", + "user-volume-location": "/home/rstudio/pd", + "fs-gid": 100 },{ "target-port": 8888, "cpu-limit": "1.0",