Files
agentmon/deploy/k8s/base/kustomization.yaml
T
William Valentin 256b841cbf feat: scaffold agentmon services and k8s deploy
Adds Go microservices (ingest-gateway, event-processor, query-api, web-ui), NATS+Postgres wiring, initial schema/init job, ingress manifests for LAN+tailnet, and a multi-arch image build script.
2026-01-17 01:06:57 -08:00

13 lines
325 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: agentmon
resources:
- namespace.yaml
- postgres.yaml
- nats.yaml
- agentmon.yaml
# networkpolicy.yaml intentionally omitted (no tight policies)
- ingress/nginx-ingress.yaml
- ingress/tailscale-ingress.yaml
- db/postgres-init-job.yaml