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