Adopt live Core Hub resources, align prod ConfigMap naming, default production image registry to gitea, and install Helm release core-hub rev 1 (smoke passed). Add apps-pg-backup and check-backup-lane-auth targets; document OIDC login requirement now that OpenBao is unsealed.
17 lines
No EOL
528 B
YAML
17 lines
No EOL
528 B
YAML
# 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:
|
|
repository: gitea.coulomb.social/coulomb/core-hub
|
|
tag: "production-placeholder" # Render baseline only; deploy requires CORE_HUB_IMAGE_TAG=<sha>.
|
|
|
|
runtime:
|
|
coreHubEnv: production
|
|
autoCreateTables: "0"
|
|
configMapName: core-hub-prod-runtime
|
|
|
|
envSecretName: core-hub-prod-env
|
|
|
|
migration:
|
|
jobName: core-hub-prod-migrate |