titan-iac/services/hermes/kustomization.yaml

15 lines
309 B
YAML
Raw Normal View History

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
- configmap.yaml
- rbac.yaml
- pvc.yaml
- ollama-deployment.yaml
- deployment.yaml
- service.yaml
- agent-certificate.yaml
- agent-ingress.yaml