ingress test

This commit is contained in:
Alexandre
2021-08-02 11:25:58 +02:00
parent eda00aef83
commit b5da6c31e9
12 changed files with 221 additions and 9 deletions

View File

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