UNCLASSIFIED

Commit 3563ba37 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

Merge branch 'mike-dev' into 'master'

updating readme

See merge request tron/products/learn-lms/microservices/java-evaluator!12
parents 99613ee7 9a8ac5a9
...@@ -10,6 +10,23 @@ code snippets that were submitted from students through the LEARN application. ...@@ -10,6 +10,23 @@ code snippets that were submitted from students through the LEARN application.
- Java 11 - Java 11
- Gradle 6.7 - Gradle 6.7
## Container Usage:
### Container info:
- workdir: /app
- user id: 1000
- Does not require container port mapping.
### Recommended Resources:
- Min/Max CPU: 0.25/0.5
- Min/Max Memory: 256Mi/1Gi
### Required Environment Variables:
- ```REDIS_HOST``` - The redis server host address.
## Local Development ## Local Development
1) Install [Java JDK 11](https://adoptopenjdk.net). 1) Install [Java JDK 11](https://adoptopenjdk.net).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment