add scuderia fe+be (path-based routing)

This commit is contained in:
2026-07-19 22:20:57 +07:00
parent 8cde76ff69
commit 50179f234a
7 changed files with 81 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
name: scuderia-be
image:
repository: mybitlab/scuderia
tag: be-dev
replicas: 1
containerPort: 3000 # whatever port your API listens on
ingress:
host: scuderia.dev.lgkentang.com
path: /api/v1 # API traffic → backend
tls: false # ← no second cert; served over FE's cert