RAILIANCE-WP-0012/0013/0014: Core Hub S5 release, CNPG observability, and follow-up workplans
Deliver the inbox-suggestion implementation from WP-0012: Core Hub Helm chart and Makefile targets, CNPG backup status tooling, and updated backup handoff docs. Archive the finished WP-0012 workplan and register ready follow-ups WP-0013 (CNPG backup wiring + restore drill) and WP-0014 (Core Hub Helm cutover and vergabe-teilnahme image refresh).
This commit is contained in:
parent
85f81714f1
commit
df7225dd3e
19 changed files with 1025 additions and 2 deletions
17
helm/core-hub-staging-values.yaml
Normal file
17
helm/core-hub-staging-values.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Staging overrides for the core-hub Helm chart.
|
||||
# Non-secret values only; runtime secrets live in core-hub-staging-env.
|
||||
|
||||
image:
|
||||
tag: "staging-placeholder" # Deploy requires CORE_HUB_IMAGE_TAG=<sha>.
|
||||
|
||||
runtime:
|
||||
coreHubEnv: staging
|
||||
autoCreateTables: "0"
|
||||
|
||||
envSecretName: core-hub-staging-env
|
||||
|
||||
migration:
|
||||
jobName: core-hub-staging-migrate
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
15
helm/core-hub-values.yaml
Normal file
15
helm/core-hub-values.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue