13 lines
390 B
YAML
13 lines
390 B
YAML
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 |