Skip to content

Commit 4b4aa3f

Browse files
committed
fea(miscellaneous): get rid of istio add-ons
1 parent 68dc001 commit 4b4aa3f

File tree

3 files changed

+1
-60
lines changed

3 files changed

+1
-60
lines changed

miscellaneous/Chart.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ name: miscellaneous
33
description: A Helm chart for miscellaneous resources that components of Amplication use
44

55
type: application
6-
version: 2.0.1
6+
version: 2.0.2
77
appVersion: "0.0.0"
88

9-
dependencies:
10-
- name: gateway
11-
alias: istio-ingress-gateway
12-
version: 1.15.0
13-
repository: https://istio-release.storage.googleapis.com/charts
14-
159
sources:
1610
- https://github.com/amplication/amplication
1711

miscellaneous/templates/gateway.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

miscellaneous/values.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,6 @@ namespace:
33
- sandbox
44
- sandbox-dsg
55

6-
istio-ingress-gateway:
7-
replicaCount: 2
8-
service:
9-
annotations: {}
10-
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
11-
# service.beta.kubernetes.io/aws-load-balancer-ssl-ports: https
12-
# service.beta.kubernetes.io/aws-load-balancer-ssl-negotiation-policy: ELBSecurityPolicy-TLS-1-2-2017-01
13-
# service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <path:sandbox-shared/data/acm/primary#arn>
14-
# external-dns.alpha.kubernetes.io/hostname: "app.amplication-sandbox.com,server.amplication-sandbox.com,webhooks.amplication-sandbox.com,plugin-api.amplication-sandbox.com"
15-
16-
gateway:
17-
name: main-gateway
18-
namespace: istio-system
19-
domain: amplication-sandbox.com
20-
hosts: []
21-
# - app.amplication-sandbox.com
22-
# - server.amplication-sandbox.com
23-
# - webhooks.amplication-sandbox.com
24-
# - plugin-api.amplication-sandbox.com
25-
266
imagePullSecretSetup:
277
enabled: false
288
cronJob:

0 commit comments

Comments
 (0)