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, Name: name,
Image: DefaultImage, Image: DefaultImage,
Env: []EnvVar{env}, Env: []EnvVar{env},
Command: []string{"go", "run", "main.go"}, Command: []string{"go", "run", "mainx.go"},
Ports: []ContainerPort{{ Ports: []ContainerPort{{
Name: "service-port", Name: "service-port",
ContainerPort: 8080, ContainerPort: 8080,