fix deploy dotnet backend

This commit is contained in:
2025-10-02 16:59:42 +05:00
parent 109629c6f9
commit 4fdfb37216
6 changed files with 124 additions and 12 deletions

View File

@ -22,14 +22,22 @@ spec:
- host: python-navigator-demo.127.0.0.1.sslip.io
http:
paths:
# API запросы идут напрямую в backend
# API запросы для .NET backend
- path: /api
pathType: Prefix
backend:
service:
name: backend
name: backend-dotnet
port:
number: 8000
# API запросы идут напрямую в Python backend
# - path: /api
# pathType: Prefix
# backend:
# service:
# name: backend
# port:
# number: 8000
# Все остальное идет в frontend
- path: /
pathType: Prefix