Files
k3s-manifests/scuderia-fe/dev/values.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