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,13 @@
name: scuderia-fe
image:
repository: mybitlab/scuderia
tag: fe-dev
replicas: 1
ingress:
host: scuderia.dev.lgkentang.com
path: / # catch-all → frontend
tls: true # ← FE issues the cert for this host
clusterIssuer: letsencrypt-prod
env:
# same-domain API, so a relative base path (no scheme/host needed)
API_BASE_URL: /api/v1