Create apisix.yaml

This commit is contained in:
orianelou 2025-03-09 11:43:40 +02:00 committed by GitHub
parent 97add465e8
commit ba8ec26344
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