We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d40fc3 commit 926558aCopy full SHA for 926558a
e2e/forwarder/service.go
@@ -43,20 +43,17 @@ func UpstreamProxyService() *Service {
43
Name: UpstreamProxyServiceName,
44
Image: Image,
45
Environment: map[string]string{
46
- "FORWARDER_API_ADDRESS": ":10000",
47
- "FORWARDER_NAME": UpstreamProxyServiceName,
+ "FORWARDER_NAME": UpstreamProxyServiceName,
48
},
49
}
50
51
52
func HttpbinService() *Service {
53
return &Service{
54
- Name: HttpbinServiceName,
55
- Image: Image,
56
- Command: []string{"test", "httpbin"},
57
- Environment: map[string]string{
58
59
- },
+ Name: HttpbinServiceName,
+ Image: Image,
+ Command: []string{"test", "httpbin"},
+ Environment: map[string]string{},
60
61
62
0 commit comments