Skip to content

Commit c07c252

Browse files
committed
Remove storetheindex as a tenant of production EKS cluster
Remove storetheindex as a tenant of production EKS cluster and scale down the controllers that are no longer in use. Part of moving off AWS. After this, the only remaining practical infra on AWS is the CloudFront caching (along with the necessary routing and ELBs)
1 parent 1426df6 commit c07c252

File tree

88 files changed

+9
-2110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+9
-2110
lines changed

deploy/manifests/prod/us-east-2/cluster/aws-ebs-csi-driver/kustomization.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ resources:
66

77
patchesStrategicMerge:
88
- patch.yaml
9+
10+
replicas:
11+
- count: 0
12+
name: ebs-csi-controller

deploy/manifests/prod/us-east-2/cluster/external-snapshotter/kustomization.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ kind: Kustomization
33

44
resources:
55
- ../../../../base/external-snapshotter
6+
7+
replicas:
8+
- count: 0
9+
name: snapshot-controller

deploy/manifests/prod/us-east-2/cluster/ingress-nginx/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ patchesStrategicMerge:
1010

1111
replicas:
1212
- name: ingress-nginx-controller
13-
count: 2
13+
count: 0

deploy/manifests/prod/us-east-2/cluster/kustomization.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ resources:
77
- flux-system
88
- external-dns
99
- cert-manager
10-
- storetheindex
1110
- cluster-autoscaler
1211
- monitoring
1312
- aws-ebs-csi-driver
1413
- promtail
1514
- external-snapshotter
16-
- ../../../base/foundationdb/crds

deploy/manifests/prod/us-east-2/cluster/storetheindex/.sops.yaml

-6
This file was deleted.

deploy/manifests/prod/us-east-2/cluster/storetheindex/flux-cd.yaml

-92
This file was deleted.

deploy/manifests/prod/us-east-2/cluster/storetheindex/flux-rbac.yaml

-26
This file was deleted.

deploy/manifests/prod/us-east-2/cluster/storetheindex/github-auth.yaml

-24
This file was deleted.

deploy/manifests/prod/us-east-2/cluster/storetheindex/kustomization.yaml

-13
This file was deleted.

deploy/manifests/prod/us-east-2/cluster/storetheindex/namespace.yaml

-5
This file was deleted.

deploy/manifests/prod/us-east-2/tenant/storetheindex/.sops.yaml

-4
This file was deleted.

deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/config.json

-45
This file was deleted.

deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/deployment.yaml

-28
This file was deleted.

deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/identity.key.encrypted

-22
This file was deleted.

deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/ingress.yaml

-24
This file was deleted.

deploy/manifests/prod/us-east-2/tenant/storetheindex/assigner/kustomization.yaml

-32
This file was deleted.

0 commit comments

Comments
 (0)