mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Lower cpu requirements in examples (from 1 to 0.5)
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
- /run.sh
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
cpu: "0.5"
|
||||
image: gcr.io/google_containers/cassandra:v4
|
||||
name: cassandra
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user