No description
  • Java 47.1%
  • HTML 40.8%
  • CSS 9.6%
  • JavaScript 2.5%
Find a file
2026-06-04 11:43:53 +03:00
src/main feat: add admin dashboard and trial management functionality with supporting controllers and repositories 2026-06-04 11:43:53 +03:00
.gitattributes vbnvbn 2026-05-31 18:24:34 +03:00
.gitignore vbnvbn 2026-05-31 18:24:34 +03:00
Implementation.md feat: add admin dashboard and trial management functionality with supporting controllers and repositories 2026-06-04 11:43:53 +03:00
pom.xml vbbv 2026-06-01 22:24:29 +03:00
potatobrained-vps.md cvcvb 2026-06-01 18:02:17 +03:00
potatobrained.md gjhj 2026-06-01 10:44:47 +03:00
Readme.md cvcvb 2026-06-01 18:02:17 +03:00

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