Ingress addition

This commit is contained in:
Alexandre
2023-02-04 10:52:00 +01:00
parent 314a73e5ba
commit f4b1535a2d
14 changed files with 260 additions and 4 deletions

View File

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