support-bot-saas/k8s/06-ingress.yaml
ed0ss 348b744960
Some checks are pending
CI / lint-backend (push) Waiting to run
CI / lint-frontend (push) Waiting to run
CI / build-backend (push) Blocked by required conditions
CI / build-frontend (push) Blocked by required conditions
chore: убран отдельный IngressRoute для api.sovet.itoservice.ru, API доступен через sovet.itoservice.ru
2026-06-25 12:11:43 +03:00

15 lines
263 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: frontend
namespace: support-bot
spec:
entryPoints:
- web
routes:
- kind: Rule
match: Host(`sovet.itoservice.ru`)
services:
- name: frontend
port: 80