Skip to content

Commit

Permalink
increase ticdc kafka integration test resource (#2934)
Browse files Browse the repository at this point in the history
ticdc kafka integration test failed frequently, but when we ran it on
local env, it never fail, so this PR increase ticdc kafka integration
test resource.
  • Loading branch information
sdojjy committed Apr 22, 2024
1 parent 886fe0b commit 58e1d09
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
name: zookeeper
resources:
requests:
cpu: 200m
cpu: 2000m
memory: 4Gi
limits:
cpu: 2000m
Expand All @@ -25,11 +25,11 @@ spec:
name: golang
resources:
requests:
cpu: "2"
memory: 12Gi
cpu: "12"
memory: 32Gi
limits:
cpu: "4"
memory: 16Gi
cpu: "12"
memory: 32Gi
tty: true
volumeMounts:
- mountPath: /tmp
Expand Down Expand Up @@ -68,11 +68,11 @@ spec:
name: kafka
resources:
requests:
cpu: 200m
memory: 4Gi
cpu: 4000m
memory: 6Gi
limits:
cpu: 2000m
memory: 4Gi
cpu: 4000m
memory: 6Gi
tty: true
volumeMounts:
- mountPath: /tmp
Expand Down

0 comments on commit 58e1d09

Please sign in to comment.