36 lines
752 B
YAML
36 lines
752 B
YAML
components:
|
|
infra-fluxcd:
|
|
enabled: true
|
|
namespace: "flux-system"
|
|
skip_namespace_create: true
|
|
values:
|
|
grafana:
|
|
dashboards:
|
|
annotations:
|
|
grafana.mon.local/dashboard-folder: "GitOps"
|
|
|
|
infra-ingress:
|
|
enabled: true
|
|
namespace: "ingress"
|
|
|
|
infra-certificates:
|
|
enabled: true
|
|
namespace: "certificates"
|
|
|
|
infra-logging:
|
|
enabled: true
|
|
namespace: "logging"
|
|
values:
|
|
grafana:
|
|
dashboards:
|
|
annotations:
|
|
grafana.mon.local/dashboard-folder: "Logging"
|
|
|
|
infra-trivy:
|
|
enabled: true
|
|
namespace: "monitoring-trivy"
|
|
values:
|
|
grafana:
|
|
dashboards:
|
|
annotations:
|
|
grafana.mon.local/dashboard-folder: "Security"
|