Skip to content
Merged
Changes from all commits
Commits
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
16 changes: 16 additions & 0 deletions gitops/prometheus-crds-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading