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 375f191 commit bf5a5f9Copy full SHA for bf5a5f9
ingress-nginx/values.yaml
@@ -3,6 +3,8 @@ nginx-ingress:
3
admissionWebhooks:
4
patch:
5
enabled: false
6
+ config:
7
+ use-proxy-protocol: "true"
8
image:
9
digest: sha256:bc95fdbd64452185e73599dc4d69e5346b307c8fdd0851149a62886930f5a4d2
10
publishService:
@@ -14,6 +16,9 @@ nginx-ingress:
14
16
requests:
15
17
cpu: 100m
18
memory: 256Mi
19
+ service:
20
+ annotations:
21
+ service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
22
autoscaling:
23
enabled: true
24
minReplicas: 2
0 commit comments