Browse Source

specify redis image tag

pull/190/head
Charles Lowell 7 years ago
parent
commit
f0b5513190
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/deployments.yaml

+ 1
- 1
k8s/deployments.yaml View File

@ -29,7 +29,7 @@ spec:
ports:
- containerPort: 80
- name: basket-data
image: redis
image: redis:3.2-alpine
ports:
- containerPort: 6379
imagePullSecrets:


Loading…
Cancel
Save