diff --git a/gitops/prometheus-crds-app.yml b/gitops/prometheus-crds-app.yml index 6d6a895..4c7181b 100644 --- a/gitops/prometheus-crds-app.yml +++ b/gitops/prometheus-crds-app.yml @@ -25,6 +25,22 @@ spec: datasources: enabled: false additionalDataSources: + - name: Prometheus + type: prometheus + access: proxy + url: http://prometheus-operator-crds-k-prometheus.monitoring:9090 + isDefault: true + jsonData: + httpMethod: POST + timeInterval: 30s + - name: Alertmanager + type: alertmanager + access: proxy + url: http://prometheus-operator-crds-k-alertmanager.monitoring:9093 + isDefault: false + jsonData: + handleGrafanaManagedAlerts: false + implementation: prometheus - name: Loki type: loki access: proxy