We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34c116 commit c924f84Copy full SHA for c924f84
2 files changed
apps/istio-ingress/base/kustomization.yaml
@@ -25,5 +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'
29
numTrustedProxies: 2
30
externalTrafficPolicy: Local
apps/istio-ingress/overlays/ops/gateway.yaml
@@ -3,8 +3,6 @@ kind: Gateway
3
metadata:
4
name: istio-ingressgateway
5
namespace: istio-ingress
6
- annotations:
7
- alb.ingress.kubernetes.io/inbound-cidrs: '0.0.0.0/0'
8
labels:
9
app_label: istio-ingressgateway
10
app.kubernetes.io/version: 1.20.0
0 commit comments