use fixed Docker image tag 0.7.1 and add comments

This commit is contained in:
Henning Jacobs
2017-06-11 15:58:28 +02:00
committed by GitHub
parent 88ab2d922f
commit 92baceb184

View File

@@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
application: kube-ops-view
version: v0.0.1
version: v0.7.1
name: kube-ops-view
spec:
replicas: 1
@@ -14,13 +14,15 @@ spec:
metadata:
labels:
application: kube-ops-view
version: v0.0.1
version: v0.7.1
spec:
serviceAccount: kube-ops-view
containers:
- name: service
image: hjacobs/kube-ops-view:latest
# see https://github.com/hjacobs/kube-ops-view/releases
image: hjacobs/kube-ops-view:0.7.1
args:
# remove this option to use built-in memory store
- --redis-url=redis://kube-ops-view-redis:6379
ports:
- containerPort: 8080