update versions

This commit is contained in:
Stephen McQuay 2018-03-19 14:35:15 -07:00
parent db3dfebd58
commit 0437f0f5db
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ metadata:
labels: labels:
app: hw app: hw
spec: spec:
replicas: 10 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: hw app: hw
@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: hw - name: hw
image: smcquay/hw:v0.0.11 image: smcquay/hw:v0.1.2
ports: ports:
- containerPort: 8080 - containerPort: 8080
livenessProbe: livenessProbe:
@ -30,5 +30,5 @@ spec:
path: /ready path: /ready
port: 8080 port: 8080
periodSeconds: 5 periodSeconds: 5
- image: smcquay/alpine:v0.0.2 - image: smcquay/alpine:v0.0.5
name: debug name: debug