8000 bump usage threshold · coder/coder@fdf7880 · GitHub
[go: up one dir, main page]

Skip to content

Commit fdf7880

Browse files
committed
bump usage threshold
1 parent 25aed29 commit fdf7880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/contents/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ data "coder_parameter" "res_mon_memory_threshold" {
9696
data "coder_parameter" "res_mon_volume_threshold" {
9797
type = "number"
9898
name = "Volume usage threshold"
99-
default = 80
99+
default = 90
100100
description = "The volume usage threshold used in resources monitoring to trigger notifications."
101101
mutable = true
102102
}

0 commit comments

Comments
 (0)
0