test ingress

This commit is contained in:
Alexandre
2023-02-03 16:35:34 +01:00
parent 87462bde2b
commit 65149c01bb
13 changed files with 241 additions and 3 deletions

View File

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