32 lines
790 B
YAML
32 lines
790 B
YAML
# services/hermes/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: hermes
|
|
resources:
|
|
- namespace.yaml
|
|
- vault-serviceaccount.yaml
|
|
- configmap.yaml
|
|
- rbac.yaml
|
|
- pvc.yaml
|
|
- model-gate-rbac.yaml
|
|
- ariadne-handoff-rbac.yaml
|
|
- model-gate-state.yaml
|
|
- model-gate-configmap.yaml
|
|
- model-gate-deployment.yaml
|
|
- networkpolicy.yaml
|
|
- ollama-deployment.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- oauth2-proxy.yaml
|
|
- agent-certificate.yaml
|
|
- agent-ingress.yaml
|
|
|
|
configMapGenerator:
|
|
- 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
|