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 982ab76 commit ceb3e58Copy full SHA for ceb3e58
apps/istio-ingress/base/kustomization.yaml
@@ -14,8 +14,8 @@ helmCharts:
14
name: istio-ingressgateway
15
defaults:
16
imagePullPolicy: IfNotPresent
17
- service:
18
- loadBalancerSourceRanges: "0.0.0.0/0"
+ # service:
+ # loadBalancerSourceRanges: "0.0.0.0/0"
19
labels:
20
app_label: istio-ingressgateway
21
podAnnotations:
@@ -25,6 +25,6 @@ helmCharts:
25
service:
26
annotations:
27
service.beta.kubernetes.io/aws-load-balancer-type: nlb
28
- # alb.ingress.kubernetes.io/inbound-cidrs: '0.0.0.0/0'
+ alb.ingress.kubernetes.io/inbound-cidrs: '0.0.0.0/0'
29
numTrustedProxies: 2
30
externalTrafficPolicy: Local
0 commit comments