Changed the redisslave version from v1 to v3. (#14276)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ea7af96d5d
commit
6930b2167f
@@ -102,7 +102,7 @@ you need is an existing `docker-compose.yml` file.
|
|||||||
- "6379"
|
- "6379"
|
||||||
|
|
||||||
redis-slave:
|
redis-slave:
|
||||||
image: gcr.io/google_samples/gb-redisslave:v1
|
image: gcr.io/google_samples/gb-redisslave:v3
|
||||||
ports:
|
ports:
|
||||||
- "6379"
|
- "6379"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: slave
|
- name: slave
|
||||||
image: gcr.io/google_samples/gb-redisslave:v1
|
image: gcr.io/google_samples/gb-redisslave:v3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: slave
|
- name: slave
|
||||||
image: gcr.io/google_samples/gb-redisslave:v1
|
image: gcr.io/google_samples/gb-redisslave:v3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: slave
|
- name: slave
|
||||||
image: gcr.io/google_samples/gb-redisslave:v1
|
image: gcr.io/google_samples/gb-redisslave:v3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: slave
|
- name: slave
|
||||||
image: gcr.io/google_samples/gb-redisslave:v1
|
image: gcr.io/google_samples/gb-redisslave:v3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Reference in New Issue
Block a user