- New hermes-triage-demo namespace with fixture PVC and RBAC scoped to Jenkins agent Job creation only - JCasC pipelineJob hermes-triage-demo: SEED_FAILURE-parameterized fixture check running as a Kubernetes Job in the demo namespace, emitting the incident ID to pod stdout (Fluent Bit -> OpenSearch kube-*) and JUnit to Jenkins - Hermes init container can seed API_SERVER_KEY in the persistent .env from an optional hermes-api-server-key Secret (no-op until it exists) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
11 lines
364 B
YAML
11 lines
364 B
YAML
# services/hermes-triage-demo/namespace.yaml
|
|
# Isolated namespace for the Hermes automated-triage demo loop.
|
|
# Nothing outside this namespace may be touched by the demo repair action.
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: hermes-triage-demo
|
|
labels:
|
|
app.kubernetes.io/part-of: hermes-triage-demo
|
|
atlas.bstein.dev/purpose: automated-triage-demo
|