add scuderia fe+be (path-based routing)
This commit is contained in:
13
scuderia-fe/dev/values.yaml
Normal file
13
scuderia-fe/dev/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user