-
Notifications
You must be signed in to change notification settings - Fork 6
/
.multiforward.example.yaml
65 lines (65 loc) · 1.83 KB
/
.multiforward.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
groups:
- name: production
services:
- displayName: Alertmanager
localPort: 29093
servicePort: 9093
namespace: monitoring-prometheus
name: alertmanager-operated
protocol: http
- displayName: Prometheus
localPort: 29090
servicePort: 9090
namespace: monitoring-prometheus
name: prometheus-operated
protocol: http
- displayName: Grafana
localPort: 23000
servicePort: 3000
namespace: monitoring-prometheus
name: prometheus-production-grafana
protocol: http
- displayName: Kibana
localPort: 25601
servicePort: 5601
namespace: monitoring-eck
name: kibana-kb-http
protocol: http
- displayName: Elasticsearch
localPort: 29200
servicePort: 9200
namespace: monitoring-eck
name: elasticsearch-es-http
protocol: https
- name: staging
services:
- displayName: Alertmanager
localPort: 28093
servicePort: 9093
namespace: monitoring-prometheus
name: alertmanager-operated
protocol: http
- displayName: Prometheus
localPort: 28090
servicePort: 9090
namespace: monitoring-prometheus
name: prometheus-operated
protocol: http
- displayName: Grafana
localPort: 22000
servicePort: 3000
namespace: monitoring-prometheus
name: prometheus-staging-grafana
protocol: http
- displayName: Kibana
localPort: 24601
servicePort: 5601
namespace: monitoring-eck
name: kibana-kb-http
protocol: http
- displayName: Elasticsearch
localPort: 28200
servicePort: 9200
namespace: monitoring-eck
name: elasticsearch-es-http
protocol: https