db cyling

This commit is contained in:
artem 2024-04-20 10:38:38 +03:00
parent 4b4400bcbf
commit 2b6a58e134
1 changed files with 14 additions and 0 deletions

View File

@ -64,6 +64,20 @@ spec:
- host: "cycle-rider.ru" - host: "cycle-rider.ru"
http: http:
paths: 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 - path: /api
pathType: Prefix pathType: Prefix
backend: backend: