Debugging
This commit is contained in:
parent
c28737e88e
commit
54371bba6a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user