- Helm chart scaffold (Chart.yaml, values.yaml, _helpers.tpl) - Namespace + RBAC manifests - PostgreSQL (CNPG, 3 replicas, PostGIS + TimescaleDB) - NATS JetStream (3 replicas, persistent, custom subjects) - Redis Sentinel (1 primary + 2 replicas, HA) - MinIO distributed (4 replicas, bucket init job) - Gateway API HTTPRoute + cert-manager TLS certificates - Monitoring stack (Prometheus, Grafana, Alertmanager, exporters) - NetworkPolicies (default deny + per-component policies) - GitHub Actions CI/CD pipeline (lint, template, security scan) - Flux CD staging overlay
15 lines
323 B
YAML
15 lines
323 B
YAML
# OSINT Dashboard — Helm Chart
|
|
apiVersion: v2
|
|
name: osint-dashboard
|
|
description: Real-time geospatial OSINT dashboard infrastructure
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "1.0.0"
|
|
keywords:
|
|
- osint
|
|
- dashboard
|
|
- geospatial
|
|
- real-time
|
|
maintainers:
|
|
- name: sec-ops
|
|
email: sec-ops@osint-dashboard.local
|