Skip to content

Commit ceb3e58

Browse files
author
Diego Luisi
committed
[DEVOPS-42] ⚡ Add EKS and Transit GW
1 parent 982ab76 commit ceb3e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/istio-ingress/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ helmCharts:
1414
name: istio-ingressgateway
1515
defaults:
1616
imagePullPolicy: IfNotPresent
17-
service:
18-
loadBalancerSourceRanges: "0.0.0.0/0"
17+
# service:
18+
# loadBalancerSourceRanges: "0.0.0.0/0"
1919
labels:
2020
app_label: istio-ingressgateway
2121
podAnnotations:
@@ -25,6 +25,6 @@ helmCharts:
2525
service:
2626
annotations:
2727
service.beta.kubernetes.io/aws-load-balancer-type: nlb
28-
# alb.ingress.kubernetes.io/inbound-cidrs: '0.0.0.0/0'
28+
alb.ingress.kubernetes.io/inbound-cidrs: '0.0.0.0/0'
2929
numTrustedProxies: 2
3030
externalTrafficPolicy: Local

0 commit comments

Comments
 (0)