File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ prometheusRules:
56
56
for : 1m
57
57
averageInterval : 5m
58
58
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)
60
60
severity :
61
61
NotReady : warning
62
62
ApplyingChanges : warning
@@ -202,7 +202,7 @@ image:
202
202
pullPolicy : IfNotPresent
203
203
204
204
# -- ResourceRequirements for the kube-state-metrics container
205
- # @default -- check `values.yaml`
205
+ # @default -- see `values.yaml`
206
206
resources :
207
207
requests :
208
208
cpu : 10m
@@ -222,7 +222,7 @@ podAnnotations: {}
222
222
# prometheus.io/port: "9793"
223
223
# prometheus.io/scrape: "true"
224
224
225
- # -- TCP port to expose the Pod on
225
+ # -- TCP port to expose ECK metrics on
226
226
podListenPort : 8080
227
227
228
228
service :
@@ -257,7 +257,7 @@ serviceAccount:
257
257
podSecurityContext : {}
258
258
259
259
# -- SecurityContext for the kube-state-metrics container
260
- # @default -- check `values.yaml`
260
+ # @default -- see `values.yaml`
261
261
securityContext :
262
262
runAsUser : 65534
263
263
runAsGroup : 65534
You can’t perform that action at this time.
0 commit comments