From cfff2d8687693b2990e706d19def34f608bd0392 Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Tue, 18 Feb 2020 18:58:03 +0100 Subject: [PATCH] pod fixes --- hello/templates/pod-server-a.yaml | 2 +- hello/templates/pod-server-b.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hello/templates/pod-server-a.yaml b/hello/templates/pod-server-a.yaml index 019ee36..660531e 100644 --- a/hello/templates/pod-server-a.yaml +++ b/hello/templates/pod-server-a.yaml @@ -8,7 +8,7 @@ metadata: spec: containers: - name: front-end - image: IMAGE-A + image: beppev/server-a:latest ports: - containerPort: 5000 diff --git a/hello/templates/pod-server-b.yaml b/hello/templates/pod-server-b.yaml index f2d2537..cd2564a 100644 --- a/hello/templates/pod-server-b.yaml +++ b/hello/templates/pod-server-b.yaml @@ -7,6 +7,6 @@ metadata: spec: containers: - name: front-end - image: IMAGE-B + image: beppev/server-b:latest ports: - - containerPort: 5000 \ No newline at end of file + - containerPort: 5000