flux-charts/base-values/infra.yaml

51 lines
1 KiB
YAML

commons:
# -- needed, but could be set with componentCommons.helm.release.valuesFrom
# masterPassword:
auth:
enabled: false
type: "authentik"
namespace: ""
authentik:
domain: ""
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-monitoring:
enabled: true
namespace: "monitoring"
infra-trivy:
enabled: true
namespace: "monitoring-trivy"
values:
grafana:
dashboards:
annotations:
grafana.mon.local/dashboard-folder: "Security"