mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #34421 from chrislovecnm/cassandra-cpu-fix-flake
Automatic merge from submit-queue fixing flake test This should fix https://github.com/kubernetes/kubernetes/issues/32941 - I do not know what CPU guidelines I should be using, and I have had challenges running the tests in parallel. Dropping the PR instead of messing around with trying to get testing run correctly.
This commit is contained in:
commit
5eb75e4eb9
@ -242,10 +242,10 @@ spec:
|
||||
name: cql
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
cpu: "500m"
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: "1"
|
||||
cpu: "500m"
|
||||
memory: 1Gi
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
@ -27,10 +27,10 @@ spec:
|
||||
name: cql
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
cpu: "500m"
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: "1"
|
||||
cpu: "500m"
|
||||
memory: 1Gi
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
Loading…
Reference in New Issue
Block a user