Merge pull request #10180 from mwielgus/e2e_examples

E2E tests for Redis and Celery-RabbitMq examples
This commit is contained in:
Zach Loafman
2015-07-01 12:02:27 -07:00
4 changed files with 219 additions and 3 deletions

View File

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

View File

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