aboutsummaryrefslogtreecommitdiffstats
path: root/kud/tests/vnfs/comp-app/collection/app2/helm/prometheus-operator/diff.txt
blob: a0d0d3eda18436992953a6ee18d08e56b33023c4 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
8a9,12
> ## Override the deployment namespace
> ##
> namespaceOverride: ""
> 
33a38
>     kubeApiserverSlos: true
96c101
<   enabled: false
---
>   enabled: true
107a113
>     annotations: {}
168c174
<   #           {{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}`
---
>   #           {{ range .Labels.SortedPairs }} • *{{ .Name }}:* `{{ .Value }}`
169a176,177
>   #       {{ end }}
>   #       {{ end }}
317c325
<     ## Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
---
>     ## Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
443a452
>       runAsGroup: 2000
473c482,483
<   enabled: false
---
>   enabled: true
>   namespaceOverride: ""
539c549
<   ## Configure additional grafana datasources
---
>   ## Configure additional grafana datasources (passed through tpl)
552c562
<   #   url: https://prometheus.svc:9090
---
>   #   url: https://{{ printf "%s-prometheus.svc" .Release.Name }}:9090
641a652,660
>     ## Enable scraping /metrics/probes from kubelet's service
>     ##
>     probes: true
> 
>     ## Enable scraping /metrics/resource from kubelet's service
>     ##
>     resource: true
>     # From kubernetes 1.18, /metrics/resource/v1alpha1 renamed to /metrics/resource
>     resourcePath: "/metrics/resource/v1alpha1"
655a675,688
>     ## Metric relabellings to apply to samples before ingestion
>     ##
>     probesMetricRelabelings: []
>     # - sourceLabels: [__name__, image]
>     #   separator: ;
>     #   regex: container_([a-z_]+);
>     #   replacement: $1
>     #   action: drop
>     # - sourceLabels: [__name__]
>     #   separator: ;
>     #   regex: container_(network_tcp_usage_total|network_udp_usage_total|tasks_state|cpu_load_average_10s)
>     #   replacement: $1
>     #   action: drop
> 
668a702,721
>     probesRelabelings:
>       - sourceLabels: [__metrics_path__]
>         targetLabel: metrics_path
>     # - sourceLabels: [__meta_kubernetes_pod_node_name]
>     #   separator: ;
>     #   regex: ^(.*)$
>     #   targetLabel: nodename
>     #   replacement: $1
>     #   action: replace
> 
>     resourceRelabelings:
>       - sourceLabels: [__metrics_path__]
>         targetLabel: metrics_path
>     # - sourceLabels: [__meta_kubernetes_pod_node_name]
>     #   separator: ;
>     #   regex: ^(.*)$
>     #   targetLabel: nodename
>     #   replacement: $1
>     #   action: replace
> 
986c1039
<   enabled: false
---
>   enabled: true
1011a1065
>   namespaceOverride: ""
1020c1074
<   enabled: false
---
>   enabled: true
1056a1111
>   namespaceOverride: ""
1070a1126
>   # Only for prometheusOperator.image.tag < v0.39.0
1094c1150
<         tag: v1.2.0
---
>         tag: v1.2.1
1165c1221
<   cleanupCustomResource: true
---
>   cleanupCustomResource: false
1255a1312,1313
>     fsGroup: 65534
>     runAsGroup: 65534
1340c1398
<     type: NodePort
---
>     type: ClusterIP
1510c1568
<       tag: v2.16.0
---
>       tag: v2.18.1
1686c1744
<     ## Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
---
>     ## Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata
1750a1809,1813
>     # Additional volumes on the output StatefulSet definition.
>     volumes: []
>     # Additional VolumeMounts on the output StatefulSet definition.
>     volumeMounts: []
> 
1828a1892
>       runAsGroup: 2000
1868,1879c1932
<   additionalServiceMonitors: 
<     - name: service-monitor-cadvisor
<       additionalLabels:
<         collector: cadvisor
<       jobLabel: cadvisor
<       selector:
<         matchLabels:
<           app: cadvisor
<       endpoints:
<         - port: cadvisor-prometheus
<           interval: 10s
<           path: /metrics
---
>   additionalServiceMonitors: []