Skip to content

Commit

Permalink
fix gen
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Dec 21, 2023
1 parent 5ce2f4c commit 801e6a8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ infraIR:
envoy-gateway/gateway-1:
proxy:
listeners:
- address: ""
- address: null
name: envoy-gateway/gateway-1/http
ports:
- containerPort: 10080
name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ infraIR:
envoy-gateway/gateway-1:
proxy:
listeners:
- address: ""
- address: null
name: envoy-gateway/gateway-1/http
ports:
- containerPort: 10080
name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ infraIR:
envoy-gateway/gateway-1:
proxy:
listeners:
- address: ""
- address: null
name: envoy-gateway/gateway-1/http
ports:
- containerPort: 10080
name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ infraIR:
envoy-gateway/gateway-1:
proxy:
listeners:
- address: ""
- address: null
name: envoy-gateway/gateway-1/http
ports:
- containerPort: 10080
name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ infraIR:
envoy-gateway/gateway-1:
proxy:
listeners:
- address: ""
- address: null
name: envoy-gateway/gateway-1/http
ports:
- containerPort: 10080
name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ http:
settings:
- endpoints:
- host: "5.6.7.8"
port: 50000
port: 50000`

0 comments on commit 801e6a8

Please sign in to comment.