Skip to content

Commit 3cad701

Browse files
authored
Update values.yaml
1 parent 48a8257 commit 3cad701

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

charts/matrixbot-ack/values.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ config:
2020
escalation:
2121
enabled: true
2222
escalation_window: 3600 # one hour
23+
check_frequency: 20
2324
rooms:
2425
- "!abcdef:matrix.org"
2526
- "!ghijkl:matrix.org"
@@ -28,6 +29,6 @@ resources:
2829
requests:
2930
cpu: "50m"
3031
memory: "50Mi"
31-
limits:
32-
cpu: "150m"
33-
memory: "150Mi"
32+
#limits:
33+
# cpu: "150m"
34+
# memory: "150Mi"

0 commit comments

Comments
 (0)