From 54371bba6afcb4e7f4a9a2e42ea25ce6a2b684c9 Mon Sep 17 00:00:00 2001 From: Ben Toogood Date: Thu, 6 Feb 2020 10:55:41 +0000 Subject: [PATCH] Debugging --- util/kubernetes/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/kubernetes/client/client.go b/util/kubernetes/client/client.go index 01bf48cc..478889d2 100644 --- a/util/kubernetes/client/client.go +++ b/util/kubernetes/client/client.go @@ -267,7 +267,7 @@ func NewDeployment(name, version, typ string) *Deployment { Name: name, Image: DefaultImage, Env: []EnvVar{env}, - Command: []string{"go", "run", "main.go"}, + Command: []string{"go", "run", "mainx.go"}, Ports: []ContainerPort{{ Name: "service-port", ContainerPort: 8080,