Added Ingress autologin

Cleanup of previous tests remains
This commit is contained in:
Marco Lusini
2022-06-09 18:51:03 +02:00
parent 1b9f053e82
commit 4ffc0d5689
6 changed files with 52 additions and 39 deletions

View File

@@ -1,3 +1,3 @@
upstream backend {
server 127.0.0.1:8080;
server 127.0.0.1:8083;
}