mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-17 20:28:06 +02:00
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…
x
Reference in New Issue
Block a user