We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beec3f7 commit eec3311Copy full SHA for eec3311
content/ngf/how-to/data-plane-configuration.md
@@ -365,12 +365,11 @@ kind: NginxProxy
365
metadata:
366
name: ngf-proxy-config
367
spec:
368
- config:
369
- rewriteClientIP:
370
- mode: ProxyProtocol
371
- trustedAddresses:
372
- - type: CIDR
373
- value: "76.89.90.11/24"
+ rewriteClientIP:
+ mode: ProxyProtocol
+ trustedAddresses:
+ - type: CIDR
+ value: "76.89.90.11/24"
374
EOF
375
```
376
@@ -402,8 +401,6 @@ spec:
402
401
terminationGracePeriodSeconds: 90
403
replicas: 2
404
service:
405
- annotations:
406
- service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
407
type: LoadBalancer
408
loadBalancerIP: "192.87.9.1"
409
0 commit comments