Merge pull request #19 from moio/redis_no_vsyscall

Update Redis images to avoid vsyscall use
This commit is contained in:
Mario Manno
2022-06-10 15:11:16 +02:00
committed by GitHub
41 changed files with 66 additions and 66 deletions

View File

@@ -120,7 +120,7 @@ spec:
spec:
containers:
- name: master
image: redis
image: k8s.gcr.io/redis:e2e
resources:
requests:
cpu: 100m
@@ -168,7 +168,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
@@ -380,7 +380,7 @@ spec:
spec:
containers:
- name: master
image: redis
image: k8s.gcr.io/redis:e2e
resources:
requests:
cpu: 100m
@@ -428,7 +428,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