Add ingress

This commit is contained in:
Alexandre
2023-02-04 12:32:32 +01:00
parent 043335cda9
commit 3fe3e23e07
17 changed files with 364 additions and 7 deletions

View File

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