Update redis example to use alpine:3.4

This commit is contained in:
Manuel de Brito Fontes
2016-02-17 18:37:35 -03:00
parent bc6c66d4d4
commit e1fb51436f
9 changed files with 23 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: sentinel
image: kubernetes/redis:v1
image: kubernetes/redis:v2
env:
- name: SENTINEL
value: "true"