Skip to content

Commit b2c930e

Browse files
authored
NLB-6555 Updated sample k8s service manifest for NGINXaaS Load Balancer for Kubernetes (#461)
Filled in missing port field. This should make it easier for users to adapt manifest to their use case.
1 parent 7c72e37 commit b2c930e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/nginxaas-azure/quickstart/loadbalancer-kubernetes.md

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ spec:
278278
type: NodePort
279279
ports:
280280
- targetPort: http
281+
port: 80
281282
protocol: TCP
282283
# The port name helps connect to NGINXaaS. It must be prefixed with either `http-` or `stream-`
283284
# and the rest of the name must match the name of an upstream in that context.

0 commit comments

Comments
 (0)