mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
Debugging
This commit is contained in:
@ -267,8 +267,8 @@ func NewDeployment(name, version, typ string) *Deployment {
|
||||
Name: name,
|
||||
Image: DefaultImage,
|
||||
Env: []EnvVar{env},
|
||||
Command: []string{"go", "run", "mainx.go"},
|
||||
Ports: []ContainerPort{{
|
||||
Command: []string{"go", "run", "main.go"},
|
||||
Ports: []ContainerPort{
|
||||
Name: "service-port",
|
||||
ContainerPort: 8080,
|
||||
}},
|
||||
|
Reference in New Issue
Block a user