Skip to content

Commit 549a188

Browse files
author
Kate Osborn
committed
Add note about ports to service manifests
1 parent d6c8d72 commit 549a188

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/manifests/service/loadbalancer-aws-nlb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
88
spec:
99
type: LoadBalancer
10-
ports:
10+
ports: # Update the following ports to match your Gateway Listener ports
1111
- port: 80
1212
targetPort: 80
1313
protocol: TCP

deploy/manifests/service/loadbalancer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
externalTrafficPolicy: Local
88
type: LoadBalancer
9-
ports:
9+
ports: # Update the following ports to match your Gateway Listener ports
1010
- port: 80
1111
targetPort: 80
1212
protocol: TCP

deploy/manifests/service/nodeport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: nginx-gateway
66
spec:
77
type: NodePort
8-
ports:
8+
ports: # Update the following ports to match your Gateway Listener ports
99
- port: 80
1010
targetPort: 80
1111
protocol: TCP

0 commit comments

Comments
 (0)