From 0437f0f5db53d92421c4b3549781f2e40ecd56c9 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Mon, 19 Mar 2018 14:35:15 -0700 Subject: [PATCH] update versions --- hw/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/deploy.yaml b/hw/deploy.yaml index 7646a39..22a842c 100644 --- a/hw/deploy.yaml +++ b/hw/deploy.yaml @@ -5,7 +5,7 @@ metadata: labels: app: hw spec: - replicas: 10 + replicas: 2 selector: matchLabels: app: hw @@ -16,7 +16,7 @@ spec: spec: containers: - name: hw - image: smcquay/hw:v0.0.11 + image: smcquay/hw:v0.1.2 ports: - containerPort: 8080 livenessProbe: @@ -30,5 +30,5 @@ spec: path: /ready port: 8080 periodSeconds: 5 - - image: smcquay/alpine:v0.0.2 + - image: smcquay/alpine:v0.0.5 name: debug