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
8
charts/core-hub/templates/configmap.yaml
Normal file
8
charts/core-hub/templates/configmap.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "corehub.runtimeConfigMapName" . }}
|
||||
labels: {{- include "corehub.labels" . | nindent 4 }}
|
||||
data:
|
||||
CORE_HUB_ENV: {{ .Values.runtime.coreHubEnv | quote }}
|
||||
CORE_HUB_AUTO_CREATE_TABLES: {{ .Values.runtime.autoCreateTables | quote }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue