Fix typo
This commit is contained in:
parent
9af9ef5fd9
commit
8853894f3d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ metadata:
|
||||||
# by default the type is elb (classic load balancer).
|
# by default the type is elb (classic load balancer).
|
||||||
service.beta.kubernetes.io/aws-load-balancer-type: nlb
|
service.beta.kubernetes.io/aws-load-balancer-type: nlb
|
||||||
spec:
|
spec:
|
||||||
# this setting is t make sure the source IP address is preserved.
|
# this setting is to make sure the source IP address is preserved.
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in a new issue