From bd2396873c88a67c6b7d6997d39461f455ef4400 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Mon, 17 Sep 2018 12:40:51 +0200 Subject: [PATCH] Use v1 container images --- nodevoto.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodevoto.yml b/nodevoto.yml index e49c65e..7821af5 100644 --- a/nodevoto.yml +++ b/nodevoto.yml @@ -28,7 +28,7 @@ spec: value: "8080" - name: SVC_NAME value: emoji - image: sourishkrout/nodevoto:latest + image: sourishkrout/nodevoto:v1 name: emoji-svc ports: - containerPort: 8080 @@ -74,7 +74,7 @@ spec: value: "8080" - name: SVC_NAME value: voting - image: sourishkrout/nodevoto:latest + image: sourishkrout/nodevoto:v1 name: voting-svc ports: - containerPort: 8080 @@ -126,7 +126,7 @@ spec: value: services/nodevoto-web/webapp/dist/index_bundle.js - name: SVC_NAME value: web - image: sourishkrout/nodevoto:latest + image: sourishkrout/nodevoto:v1 name: web-svc ports: - containerPort: 80 @@ -172,7 +172,7 @@ spec: value: voteBot - name: WEB_HOST value: web-svc.nodevoto:80 - image: sourishkrout/nodevoto:latest + image: sourishkrout/nodevoto:v1 name: vote-bot resources: {} status: {}