From 44ed8059b89c79bad1bced1bdb5a477985429b18 Mon Sep 17 00:00:00 2001 From: Jason Dudash Date: Mon, 13 Apr 2020 12:42:26 -0400 Subject: [PATCH] Update README.md fixing github url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f775140..b3a39b2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Expose access to outside of cluster *(you will need to specify config for the app to talk to mongodb, you can do that with application.properties or with env vars)* Build things (I gave it 6GB RAM but you might be able to get away with less): ->`oc new-app quay.io/quarkus/ubi-quarkus-native-s2i:19.3.1-java8~https://github.com/dudash/openshift-highscores-api-service.git --name=highscores-api-service` +>`oc new-app quay.io/quarkus/ubi-quarkus-native-s2i:19.3.1-java8~https://github.com/CodeCafeOpenShiftGame/openshift-highscores-api-service.git --name=highscores-api-service` > >`oc patch bc/highscores-api-service -p '{"spec":{"resources":{"limits":{"cpu":"4", "memory":"6Gi"}}}}'` >