2026-07-21 21:02:06 -03:00
|
|
|
# services/hermes/kustomization.yaml
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: hermes
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
2026-08-02 02:30:44 -03:00
|
|
|
- vault-serviceaccount.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- configmap.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- agent-configmap.yaml
|
|
|
|
|
- chat-configmap.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- rbac.yaml
|
|
|
|
|
- pvc.yaml
|
2026-08-08 21:28:33 -03:00
|
|
|
- chat-pvcs.yaml
|
2026-08-01 22:38:07 -03:00
|
|
|
- model-gate-rbac.yaml
|
|
|
|
|
- ariadne-handoff-rbac.yaml
|
|
|
|
|
- model-gate-state.yaml
|
|
|
|
|
- model-gate-configmap.yaml
|
|
|
|
|
- model-gate-deployment.yaml
|
|
|
|
|
- networkpolicy.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- ollama-deployment.yaml
|
|
|
|
|
- deployment.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- agent-deployment.yaml
|
|
|
|
|
- chat-statefulset.yaml
|
2026-08-08 23:24:58 -03:00
|
|
|
- chat-sandbox.yaml
|
2026-08-08 17:59:45 -03:00
|
|
|
- chat-router.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- service.yaml
|
2026-08-02 02:30:44 -03:00
|
|
|
- oauth2-proxy.yaml
|
2026-07-21 21:02:06 -03:00
|
|
|
- agent-certificate.yaml
|
|
|
|
|
- agent-ingress.yaml
|
2026-08-01 22:38:07 -03:00
|
|
|
|
|
|
|
|
configMapGenerator:
|
2026-08-03 23:28:36 -03:00
|
|
|
- name: hermes-operator-guide
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- OPERATOR-RUNBOOK.md=NOTES.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-08 17:59:45 -03:00
|
|
|
- name: hermes-coordinator
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- gitea_askpass.sh=scripts/gitea_askpass.sh
|
|
|
|
|
- herdr_dispatch.py=scripts/herdr_dispatch.py
|
|
|
|
|
- hermes_coordinator.py=scripts/hermes_coordinator.py
|
|
|
|
|
- hermes_model_routing.py=scripts/hermes_model_routing.py
|
|
|
|
|
- patch_hermes_auth.py=scripts/patch_hermes_auth.py
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-09 02:42:11 -03:00
|
|
|
- name: hermes-auto-router-plugin
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- __init__.py=plugins/auto-router/__init__.py
|
|
|
|
|
- plugin.yaml=plugins/auto-router/plugin.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-01 22:38:07 -03:00
|
|
|
- name: hermes-triage-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/triage-titan-test-failures/SKILL.md
|
|
|
|
|
- openai.yaml=skills/triage-titan-test-failures/agents/openai.yaml
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-02 02:47:43 -03:00
|
|
|
- name: hermes-mastery-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/master-hermes-on-atlas/SKILL.md
|
|
|
|
|
- openai.yaml=skills/master-hermes-on-atlas/agents/openai.yaml
|
|
|
|
|
- architecture.md=skills/master-hermes-on-atlas/references/architecture.md
|
|
|
|
|
- curriculum.md=skills/master-hermes-on-atlas/references/curriculum.md
|
|
|
|
|
- incident-drills.md=skills/master-hermes-on-atlas/references/incident-drills.md
|
|
|
|
|
- mastery-rubric.md=skills/master-hermes-on-atlas/references/mastery-rubric.md
|
2026-08-02 03:59:32 -03:00
|
|
|
- two-hour-proof-sprint.md=skills/master-hermes-on-atlas/references/two-hour-proof-sprint.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
2026-08-03 03:58:37 -03:00
|
|
|
- name: hermes-service-health-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/triage-atlas-service-health/SKILL.md
|
|
|
|
|
- openai.yaml=skills/triage-atlas-service-health/agents/openai.yaml
|
|
|
|
|
- service-map.md=skills/triage-atlas-service-health/references/service-map.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
- name: hermes-alert-tuning-skill
|
|
|
|
|
namespace: hermes
|
|
|
|
|
files:
|
|
|
|
|
- SKILL.md=skills/tune-atlas-alerts/SKILL.md
|
|
|
|
|
- openai.yaml=skills/tune-atlas-alerts/agents/openai.yaml
|
|
|
|
|
- alert-review.md=skills/tune-atlas-alerts/references/alert-review.md
|
|
|
|
|
options:
|
|
|
|
|
disableNameSuffixHash: true
|