No description
- Java 47.1%
- HTML 40.8%
- CSS 9.6%
- JavaScript 2.5%
| src/main | ||
| .gitattributes | ||
| .gitignore | ||
| Implementation.md | ||
| pom.xml | ||
| potatobrained-vps.md | ||
| potatobrained.md | ||
| Readme.md | ||
To run this:
mvn clean package "-DskipTests"; java -jar target/manager-1.0.0.jar --spring.profiles.active=test
Check pods:
kubectl get pods -n trials -w
Nuke pods:
kubectl delete deployments,services,ingresses -l tier=trial -n trials