Align all examples to the same images
Signed-off-by: Silvio Moioli <silvio@moioli.net>
This commit is contained in:
@@ -74,7 +74,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: master
|
||||
image: redis
|
||||
image: k8s.gcr.io/redis:e2e
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
@@ -103,7 +103,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: slave
|
||||
image: gcr.io/google_samples/gb-redisslave:v1
|
||||
image: gcr.io/google_samples/gb-redisslave:v2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: redis
|
||||
- image: k8s.gcr.io/redis:e2e
|
||||
name: master
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
@@ -88,7 +88,7 @@ spec:
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/google_samples/gb-redisslave:v1
|
||||
- image: gcr.io/google_samples/gb-redisslave:v2
|
||||
name: slave
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: redis
|
||||
- image: k8s.gcr.io/redis:e2e
|
||||
name: master
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
@@ -88,7 +88,7 @@ spec:
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/google_samples/gb-redisslave:v1
|
||||
- image: gcr.io/google_samples/gb-redisslave:v2
|
||||
name: slave
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
||||
@@ -54,7 +54,7 @@ spec:
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: redis
|
||||
- image: k8s.gcr.io/redis:e2e
|
||||
name: master
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
@@ -88,7 +88,7 @@ spec:
|
||||
tier: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/google_samples/gb-redisslave:v1
|
||||
- image: gcr.io/google_samples/gb-redisslave:v2
|
||||
name: slave
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
||||
Reference in New Issue
Block a user