Fix
This commit is contained in:
parent
fc4191c647
commit
2925b1615c
@ -268,7 +268,7 @@ func NewDeployment(name, version, typ string) *Deployment {
|
|||||||
Image: DefaultImage,
|
Image: DefaultImage,
|
||||||
Env: []EnvVar{env},
|
Env: []EnvVar{env},
|
||||||
Command: []string{"go", "run", "main.go"},
|
Command: []string{"go", "run", "main.go"},
|
||||||
Ports: []ContainerPort{
|
Ports: []ContainerPort{{
|
||||||
Name: "service-port",
|
Name: "service-port",
|
||||||
ContainerPort: 8080,
|
ContainerPort: 8080,
|
||||||
}},
|
}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user