mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04: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
2 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue