-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnet.yaml
70 lines (65 loc) · 1.86 KB
/
net.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
68
69
70
project: default
source:
repoURL: 'https://charts.bitnami.com/bitnami'
targetRevision: 13.1.2
helm:
parameters:
- name: image.repository
value: njuhaandrej/anakin
- name: image.tag
value: nginx
chart: nginx
destination:
server: 'https://kubernetes.default.svc'
namespace: nginx
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
project: default
source:
repoURL: 'https://prometheus-community.github.io/helm-charts'
targetRevision: 37.2.0
helm:
values: |-
prometheus:
prometheusSpec:
additionalScrapeConfigs:
- job_name: 'blackbox'
metrics_path: /probe
params:
module: [http_2xx]
static_configs:
- targets:
- http://prometheus.io
- https://prometheus.io
- http://example.com:8080
- http://google.com
- http://127.0.0.1:41259
relabel_configs:
- source_labels: [__address__]
target_label: __param_target
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: blackbox-prometheus-blackbox-exporter.monitoring:9115
chart: kube-prometheus-stack
destination:
server: 'https://kubernetes.default.svc'
namespace: monitoring
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
project: default
source:
repoURL: 'https://prometheus-community.github.io/helm-charts'
targetRevision: 6.0.0
chart: prometheus-blackbox-exporter
destination:
server: 'https://kubernetes.default.svc'
namespace: monitoring
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true