gcloud-lab/apps/base/customer1/hermes-agent/kustomization.yaml
sirius0xdev 9e5eea2cd1 feat(hermes-agent): add hermes-config ConfigMap and mount to deployment
- hermes-config::ConfigMap with current /opt/data/config.yaml (models incl. vLLM, agent/tool settings)
- deployment.yaml: volume + subPath mountPath=/opt/data/config.yaml (overrides PVC)
- kustomization.yaml: include configmap.yaml

Standardizes Hermes config via K8s ConfigMap for easier management.
2026-04-29 04:45:18 +00:00

3 lines
140 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:\n - deployment.yaml\n - hermes-secret.yaml\n - configmap.yaml