titan-iac/services/hermes/kustomization.yaml
2026-07-21 21:02:44 -03:00

15 lines
309 B
YAML

# services/hermes/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: hermes
resources:
- namespace.yaml
- configmap.yaml
- rbac.yaml
- pvc.yaml
- ollama-deployment.yaml
- deployment.yaml
- service.yaml
- agent-certificate.yaml
- agent-ingress.yaml