Lower cpu requirements in examples (from 1 to 0.5)

This commit is contained in:
Marcin Wielgus
2015-06-17 11:39:33 +02:00
parent 43889c612c
commit 49af3209f8
8 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ spec:
- containerPort: 6379
resources:
limits:
cpu: "1"
cpu: "0.5"
volumeMounts:
- mountPath: /redis-master-data
name: data