Skip to content

Commit 239c758

Browse files
committed
fix(k3s): increase limits
1 parent f96be65 commit 239c758

File tree

1 file changed

+4
-4
lines changed
  • k3s/ops-backoffice-tools/apps/grafana/charts/grafana

1 file changed

+4
-4
lines changed

k3s/ops-backoffice-tools/apps/grafana/charts/grafana/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ alerting:
384384
type: threshold
385385
expression: B
386386
conditions:
387-
- evaluator: {type: gt, params: [90]}
387+
- evaluator: {type: gt, params: [120]}
388388
refId: C
389389

390390
- uid: k3s-memory-overcommit-crit
@@ -416,7 +416,7 @@ alerting:
416416
type: threshold
417417
expression: B
418418
conditions:
419-
- evaluator: {type: gt, params: [100]}
419+
- evaluator: {type: gt, params: [150]}
420420
refId: C
421421

422422
- uid: k3s-cpu-overcommit-warn
@@ -448,7 +448,7 @@ alerting:
448448
type: threshold
449449
expression: B
450450
conditions:
451-
- evaluator: {type: gt, params: [90]}
451+
- evaluator: {type: gt, params: [150]}
452452
refId: C
453453

454454
- uid: k3s-cpu-overcommit-crit
@@ -480,7 +480,7 @@ alerting:
480480
type: threshold
481481
expression: B
482482
conditions:
483-
- evaluator: {type: gt, params: [150]}
483+
- evaluator: {type: gt, params: [200]}
484484
refId: C
485485

486486
- uid: k3s-mem-request-overcommit

0 commit comments

Comments
 (0)