From 2b6a58e13428c780eaa643235696e1712ba8b7b0 Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 20 Apr 2024 10:38:38 +0300 Subject: [PATCH] db cyling --- strava.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/strava.yml b/strava.yml index 275e03c..b836a5b 100644 --- a/strava.yml +++ b/strava.yml @@ -64,6 +64,20 @@ spec: - host: "cycle-rider.ru" http: paths: + - path: /docs + pathType: Prefix + backend: + service: + name: cycle-backend-service + port: + number: 8000 + - path: /openapi.json + pathType: ImplementationSpecific + backend: + service: + name: cycle-backend-service + port: + number: 8000 - path: /api pathType: Prefix backend: