Skip to content

Commit a04e0ab

Browse files
committed
Add k8s configs for multitenant Alertmanager
1 parent 23aef92 commit a04e0ab

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

k8s/alertmanager-config.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

k8s/alertmanager-dep.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@ spec:
1212
spec:
1313
containers:
1414
- name: alertmanager
15-
image: prom/alertmanager:v0.5.1
15+
image: quay.io/weaveworks/cortex-alertmanager
1616
imagePullPolicy: IfNotPresent
1717
args:
18-
- -config.file=/etc/alertmanager/alertmanager.yml
19-
- -web.listen-address=:80
18+
- -log.level=debug
19+
- -server.log-success=true
20+
- -server.http-listen-port=80
21+
- -alertmanager.configs.url=http://configs.default.svc.cluster.local:80
22+
- -alertmanager.web.external-url=/api/prom/alertmanager
2023
ports:
2124
- containerPort: 80
22-
volumeMounts:
23-
- name: config-volume
24-
mountPath: /etc/alertmanager
25-
volumes:
26-
- name: config-volume
27-
configMap:
28-
name: alertmanager-config

0 commit comments

Comments
 (0)