Skip to content

Commit

Permalink
en, zh: Update the doc of setting kube-prometheus and AlertManager (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KanShiori authored Jul 1, 2021
1 parent 67812b4 commit 21ab1a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en/monitor-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ metadata:
spec:
clusters:
- name: basic
kubePrometheusURL: "your-kube-prometheus-url"
alertmanagerURL: "your-alert-manager-url"
kubePrometheusURL: http://prometheus-k8s.monitoring:9090
alertmanagerURL: alertmanager-main.monitoring:9093
prometheus:
baseImage: prom/prometheus
version: v2.18.1
Expand Down
4 changes: 2 additions & 2 deletions zh/monitor-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ metadata:
spec:
clusters:
- name: basic
kubePrometheusURL: "your-kube-prometheus-url"
alertmanagerURL: "your-alert-manager-url"
kubePrometheusURL: http://prometheus-k8s.monitoring:9090
alertmanagerURL: alertmanager-main.monitoring:9093
prometheus:
baseImage: prom/prometheus
version: v2.18.1
Expand Down

0 comments on commit 21ab1a0

Please sign in to comment.