Skip to content

Commit 2bbc2d4

Browse files
authored
test(resources): Bump router max CPU to 1200m (#796)
Note: This gets rid of the following error: ``` Caused by: java.lang.IllegalStateException: Insufficient configured threads: required=2 < max=2 for QueuedThreadPool ```
1 parent 8744e45 commit 2bbc2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/resources/30-install-druid.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ spec:
113113
requests:
114114
cpu: 100m
115115
limits:
116-
cpu: "1"
116+
cpu: 1200m

0 commit comments

Comments
 (0)