test ingress

This commit is contained in:
Alexandre
2024-04-22 13:36:34 +02:00
parent 4f69ade732
commit 3f3b13b6dc
13 changed files with 268 additions and 4 deletions

View File

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