diff --git a/examples/juiceshop/apisix/apisix.yaml b/examples/juiceshop/apisix/apisix.yaml new file mode 100644 index 0000000..baa0928 --- /dev/null +++ b/examples/juiceshop/apisix/apisix.yaml @@ -0,0 +1,9 @@ +routes: + - + uri: / + upstream: + nodes: + "juiceshop-backend:3000": 1 + type: roundrobin + +#END