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.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user