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"}}}}'` >