update redis
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
|||||||
mountPath: /writable
|
mountPath: /writable
|
||||||
containers:
|
containers:
|
||||||
- name: redis-sentinel
|
- name: redis-sentinel
|
||||||
image: redis:6.2-alpine
|
image: redis:7.4-alpine
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 26379
|
- containerPort: 26379
|
||||||
name: sentinel
|
name: sentinel
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: redis
|
- name: redis
|
||||||
image: redis:6.2-alpine
|
image: redis:7.4-alpine
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
name: redis
|
name: redis
|
||||||
|
|||||||
Reference in New Issue
Block a user