Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixing github url
  • Loading branch information
dudash committed Apr 13, 2020
1 parent a5956cc commit 44ed805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}}'`
>
Expand Down

0 comments on commit 44ed805

Please sign in to comment.