ingress addition

This commit is contained in:
Alexandre
2021-04-02 22:14:39 +02:00
parent ba65d06a70
commit 2e739ef846
15 changed files with 302 additions and 25 deletions

View File

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