feat: Ingress addition

This commit is contained in:
Alexandre
2022-04-19 22:01:20 +02:00
parent de414c5b02
commit ff03c698ae
16 changed files with 290 additions and 12 deletions

View File

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