2026-07-10 15:14:20 +02:00
|
|
|
# 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:
|
2026-07-10 21:47:14 +02:00
|
|
|
repository: gitea.coulomb.social/coulomb/core-hub
|
2026-07-10 15:14:20 +02:00
|
|
|
tag: "production-placeholder" # Render baseline only; deploy requires CORE_HUB_IMAGE_TAG=<sha>.
|
|
|
|
|
|
|
|
|
|
runtime:
|
|
|
|
|
coreHubEnv: production
|
|
|
|
|
autoCreateTables: "0"
|
2026-07-10 21:47:14 +02:00
|
|
|
configMapName: core-hub-prod-runtime
|
2026-07-10 15:14:20 +02:00
|
|
|
|
|
|
|
|
envSecretName: core-hub-prod-env
|
|
|
|
|
|
|
|
|
|
migration:
|
|
|
|
|
jobName: core-hub-prod-migrate
|