railiance-apps/helm/core-hub-values.yaml

15 lines
437 B
YAML
Raw Normal View History

# Production overrides for the core-hub Helm chart.
# Non-secret values only; CORE_HUB_DATABASE_URL and CORE_HUB_API_TOKEN come from
# the Secret 'core-hub-prod-env' in the core-hub namespace.
image:
tag: "production-placeholder" # Render baseline only; deploy requires CORE_HUB_IMAGE_TAG=<sha>.
runtime:
coreHubEnv: production
autoCreateTables: "0"
envSecretName: core-hub-prod-env
migration:
jobName: core-hub-prod-migrate