Skip to content

Commit 80f438d

Browse files
committed
doc(eck-exporter/README): minor reword of values descriptions
1 parent e122628 commit 80f438d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/eck-exporter/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ prometheusRules:
5656
for: 1m
5757
averageInterval: 5m
5858
averageThresholdUnder: 0.8 # for Ready only (metric should be 1)
59-
averageThresholdOver: 0.2 # for all other phases (should be 0)
59+
averageThresholdOver: 0.2 # for all other phases (should be 0)
6060
severity:
6161
NotReady: warning
6262
ApplyingChanges: warning
@@ -202,7 +202,7 @@ image:
202202
pullPolicy: IfNotPresent
203203

204204
# -- ResourceRequirements for the kube-state-metrics container
205-
# @default -- check `values.yaml`
205+
# @default -- see `values.yaml`
206206
resources:
207207
requests:
208208
cpu: 10m
@@ -222,7 +222,7 @@ podAnnotations: {}
222222
# prometheus.io/port: "9793"
223223
# prometheus.io/scrape: "true"
224224

225-
# -- TCP port to expose the Pod on
225+
# -- TCP port to expose ECK metrics on
226226
podListenPort: 8080
227227

228228
service:
@@ -257,7 +257,7 @@ serviceAccount:
257257
podSecurityContext: {}
258258

259259
# -- SecurityContext for the kube-state-metrics container
260-
# @default -- check `values.yaml`
260+
# @default -- see `values.yaml`
261261
securityContext:
262262
runAsUser: 65534
263263
runAsGroup: 65534

0 commit comments

Comments
 (0)