You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests/src/test/resources/exporter/promvalues.yaml
+38-17Lines changed: 38 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright (c) 2020, 2022, Oracle and/or its affiliates.
1
+
# Copyright (c) 2020, 2023, Oracle and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
rbac:
4
4
create: true
@@ -10,20 +10,9 @@ serviceAccounts:
10
10
pushgateway:
11
11
create: false
12
12
13
-
pushgateway:
14
-
enabled: false
15
-
16
13
alertmanager:
17
14
enabled: true
18
15
19
-
## Use a ClusterRole (and ClusterRoleBinding)
20
-
## - If set to false - we define a Role and RoleBinding in the defined namespaces ONLY
21
-
## This makes alertmanager work - for users who do not have ClusterAdmin privs, but wants alertmanager to operate on their own namespaces, instead of clusterwide.
22
-
useClusterRole: true
23
-
24
-
## Set to a rolename to use existing role - skipping role creating - but still doing serviceaccount and rolebinding to the rolename set here.
25
-
useExistingRole: false
26
-
27
16
persistentVolume:
28
17
existingClaim: pvc-alertmanager
29
18
service:
@@ -33,16 +22,42 @@ alertmanager:
33
22
# runAsNonRoot: false
34
23
# runAsUser: 0
35
24
image:
36
-
repository: quay.io/prometheus/alertmanager
37
-
tag: v0.23.0
25
+
repository: prometheus_alertmanager_image
26
+
tag: prometheus_alertmanager_tag
38
27
pullPolicy: IfNotPresent
39
28
securityContext:
40
29
runAsUser: 65534
41
30
runAsNonRoot: true
42
31
runAsGroup: 65534
43
32
44
-
nodeExporter:
33
+
#nodeExporter:
34
+
prometheus-node-exporter:
45
35
enabled: false
36
+
## node-exporter container image
37
+
##
38
+
image:
39
+
repository: prometheus_node_exporter_image
40
+
tag: prometheus_node_exporter_tag
41
+
pullPolicy: IfNotPresent
42
+
43
+
configmapReload:
44
+
prometheus:
45
+
## If false, the configmap-reload container will not be deployed
46
+
##
47
+
enabled: true
48
+
49
+
## configmap-reload container name
50
+
##
51
+
name: configmap-reload
52
+
53
+
## configmap-reload container image
54
+
##
55
+
image:
56
+
repository: prometheus_configmap_reload_image
57
+
tag: prometheus_configmap_reload_tag
58
+
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
0 commit comments