We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17f5e0 commit 5686506Copy full SHA for 5686506
internal/mode/static/state/dataplane/configuration.go
@@ -48,25 +48,8 @@ func BuildConfiguration(
48
certBundles := buildCertBundles(g.ReferencedCaCertConfigMaps, backendGroups)
49
telemetry := buildTelemetry(g)
50
baseHTTPConfig := buildBaseHTTPConfig(g)
51
- tlsServers := []Layer4VirtualServer{
52
- {
53
- Hostname: "app.example.com",
54
- UpstreamName: "backend1",
55
- Port: 443,
56
- },
57
- }
58
- streamUpstreams := []Upstream{
59
60
- Name: "backend1",
61
- ErrorMsg: "error",
62
- Endpoints: []resolver.Endpoint{
63
64
- Address: "10.244.0.7",
65
- Port: 8443,
66
67
68
69
+ var tlsServers []Layer4VirtualServer
+ var streamUpstreams []Upstream
70
71
config := Configuration{
72
HTTPServers: httpServers,
0 commit comments