Skip to content

Commit

Permalink
⚡ Change Bucket and Role name
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Luisi committed Aug 7, 2024
1 parent 2e2a724 commit 11e7623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions apps/istio-ingress/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ namespace: istio-ingress
helmCharts:
- name: gateway
releaseName: gateway
version: 1.18.1
version: 1.22.0
repo: https://istio-release.storage.googleapis.com/charts
valuesInline:
name: istio-ingressgateway
defaults:
imagePullPolicy: IfNotPresent
labels:
app_label: istio-ingressgateway
podAnnotations:
proxy.istio.io/config: '{"discoveryAddress" : "istiod.istio-system.svc:15012" }'
autoscaling:
enabled: true
service:
externalTrafficPolicy: Local
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: nlb
numTrustedProxies: 2
externalTrafficPolicy: Local
4 changes: 2 additions & 2 deletions apps/istio/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
helmCharts:
- name: base
releaseName: base
version: 1.18.1
version: 1.22.0
repo: https://istio-release.storage.googleapis.com/charts
includeCRDs: true
valuesInline:
Expand All @@ -21,7 +21,7 @@ helmCharts:

- name: istiod
releaseName: istiod
version: 1.18.1
version: 1.22.0
repo: https://istio-release.storage.googleapis.com/charts
valuesInline:
fullnameOverride: istiod
Expand Down

0 comments on commit 11e7623

Please sign in to comment.