Skip to content
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
1c55b5c
kv for new tenant
gitafolabi Jun 21, 2026
dc77bc2
fix: correct KV URL, tenant ID, secret key names and disable service-…
gitafolabi Jun 21, 2026
b615ba1
feat: enable Grafana, Prometheus and Alertmanager in kube-prometheus-…
gitafolabi Jun 21, 2026
a4ecd1c
fix eso for grafana
gitafolabi Jun 21, 2026
116c346
Merge branch 'main' into fix/kv-config
gitafolabi Jun 21, 2026
d84db8d
fix: move Loki datasource to Helm values, disable sidecar to prevent …
gitafolabi Jun 21, 2026
e3fb05d
fix: disable default datasource provisioning, define Prometheus and L…
gitafolabi Jun 21, 2026
e293496
Merge branch 'main' into fix/kv-config
gitafolabi Jun 21, 2026
aab8be8
fix: set loki datasource isDefault false to resolve Grafana dual-defa…
gitafolabi Jun 21, 2026
99c0ff8
Merge branch 'main' into fix/kv-config
gitafolabi Jun 21, 2026
1bbef4d
fix: disable grafana sidecar to prevent loki-stack ConfigMap conflict
gitafolabi Jun 21, 2026
017b3e8
fix: ignore loki-stack datasource ConfigMap diff to allow isDefault o…
gitafolabi Jun 21, 2026
cba1c9b
fix: update monitoring ingress service names to match prometheus-oper…
gitafolabi Jun 21, 2026
eb34366
fix: add all datasources via additionalDataSources since sidecar is d…
gitafolabi Jun 21, 2026
6148979
fix: disable prometheus operator admission webhooks to resolve TLS ce…
gitafolabi Jun 21, 2026
1d72fc3
ix: use cert-manager for prometheus operator admission webhook TLS
gitafolabi Jun 21, 2026
0d5719b
Merge branch 'main' into fix/kv-config
gitafolabi Jun 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gitops/prometheus-crds-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ spec:
enabled: true
manageCrds: true
admissionWebhooks:
enabled: false
enabled: true
certManager:
enabled: true
nodeExporter:
enabled: true
kubeStateMetrics:
Expand Down
Loading