E2E tests for Redis and Celery-RabbitMq examples

This commit is contained in:
Marcin Wielgus
2015-06-20 20:57:07 +02:00
parent 835eded294
commit b5600fee12
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