From ef82c52554f36be9ac0d7fe2768a3f33a3aa6761 Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Wed, 5 Nov 2025 17:34:44 +0500 Subject: [PATCH] update --- krakend.json | 4 ++-- stack.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/krakend.json b/krakend.json index 6e7890f..b6c1922 100644 --- a/krakend.json +++ b/krakend.json @@ -5,13 +5,13 @@ "echo_endpoint": true, "endpoints": [ { - "endpoint": "/auth/{path}", + "endpoint": "/auth/*", "backend": [ { "host": [ "http://auth:8000" ], - "url_pattern": "/{path}" + "url_pattern": "/" } ] } diff --git a/stack.yaml b/stack.yaml index f6f4895..6791726 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ version: "3.9" services: krakend: - image: krakend:2.12.0 + image: krakend:2.11.0 ports: - mode: ingress target: 8080