Create apisix.yaml

This commit is contained in:
orianelou 2024-12-23 16:59:40 +02:00 committed by GitHub
parent e56fb0bc1a
commit 11c97330f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,9 @@
routes:
-
uri: /
upstream:
nodes:
"juiceshop-backend:3000": 1
type: roundrobin
#END