routes: - id: bff name: bff uris: - /admin/* - /api/* - /app/* methods: - GET - POST - PUT - OPTIONS upstream: type: roundrobin nodes: "bff:10000": 1 #END