File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
service.beta.kubernetes.io/aws-load-balancer-type : " nlb"
8
8
spec :
9
9
type : LoadBalancer
10
- ports :
10
+ ports : # Update the following ports to match your Gateway Listener ports
11
11
- port : 80
12
12
targetPort : 80
13
13
protocol : TCP
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
spec :
7
7
externalTrafficPolicy : Local
8
8
type : LoadBalancer
9
- ports :
9
+ ports : # Update the following ports to match your Gateway Listener ports
10
10
- port : 80
11
11
targetPort : 80
12
12
protocol : TCP
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
namespace : nginx-gateway
6
6
spec :
7
7
type : NodePort
8
- ports :
8
+ ports : # Update the following ports to match your Gateway Listener ports
9
9
- port : 80
10
10
targetPort : 80
11
11
protocol : TCP
You can’t perform that action at this time.
0 commit comments