Skip to content

Commit c924f84

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/istio-ingress/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +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'
2829
numTrustedProxies: 2
2930
externalTrafficPolicy: Local

apps/istio-ingress/overlays/ops/gateway.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ kind: Gateway
33
metadata:
44
name: istio-ingressgateway
55
namespace: istio-ingress
6-
annotations:
7-
alb.ingress.kubernetes.io/inbound-cidrs: '0.0.0.0/0'
86
labels:
97
app_label: istio-ingressgateway
108
app.kubernetes.io/version: 1.20.0

0 commit comments

Comments
 (0)