We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929ab9f commit cde7fffCopy full SHA for cde7fff
2 files changed
ansible/group_vars/all.yml
@@ -180,9 +180,9 @@ prometheus_port: 9090
180
prometheus_aws_access_key: AKIAIFG37NSI6O2QMRRQ
181
prometheus_aws_secret_key: 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
182
183
-# prometheus_alart
+# prometheus_alert
184
prometheus_alert_port: 9093
185
-prometheus_alert_url: http://prometheus:{{ prometheus_alert_port }}
+prometheus_alert_url: http://prometheus-alerts:{{ prometheus_alert_port }}
186
187
# rabbit
188
rabbit_host_address: rabbitmq
ansible/k8/delta/prometheus/deployments/prometheus
@@ -24,7 +24,7 @@ spec:
24
memory: 15G
25
args:
26
- -alertmanager.url
27
- - "http://prometheus:9093"
+ - "http://prometheus-alerts:9093"
28
- -config.file=/prometheus/prometheus.yml
29
- -storage.local.path
30
- "data"
0 commit comments