-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
67 lines (62 loc) · 1.4 KB
/
config.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
66
67
- name: "jaeger-ui"
target: "simple-query.observability"
ports:
local: 8686
remote: 16686
options:
retry_interval: 5s
max_retries: 30
health_check_interval: 10s
persistent_connection: false
# Optional (it doesn't work yet), if you want to access it through a nice local domain
# local_dns:
# enabled: true
# hostname: "jaeger.localhost"
pod_selector:
label: "app.kubernetes.io/instance=simple"
- name: "argocd-ui"
target: "argocd-server.argocd"
ports:
local: 8080
remote: 8080
options:
retry_interval: 5s
health_check_interval: 10s
persistent_connection: true
pod_selector:
label: "app.kubernetes.io/name=argocd-server"
- name: "grafana-ui"
target: "grafana.monitoring"
ports:
local: 3001
remote: 3000
options:
retry_interval: 5s
max_retries: 30
health_check_interval: 10s
pod_selector:
label: "app.kubernetes.io/name=grafana"
- name: "postgres"
target: "postgres.tr"
ports:
local: 5434
remote: 5432
- name: "longhorn"
target: "longhorn-frontend.longhorn-system"
ports:
local: 8082
remote: 8000
options:
retry_interval: 5s
max_retries: 30
health_check_interval: 10s
pod_selector:
label: "app=longhorn-ui"
- name: "coredns"
target: "kube-dns.kube-system"
ports:
protocol: udp
local: 5454
remote: 53
pod_selector:
label: "k8s-app=kube-dns"