Debugging

This commit is contained in:
Ben Toogood 2020-02-06 10:55:41 +00:00
parent c28737e88e
commit 54371bba6a

View File

@ -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,