-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e79601
commit d9ed773
Showing
12 changed files
with
181 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
analytics/terraform/superset-on-eks/examples/create_image.sh
This file was deleted.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
analytics/terraform/superset-on-eks/helm-values/superset-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Superset node configuration | ||
supersetNode: | ||
replicaCount: 1 | ||
autoscaling: | ||
enabled: true | ||
minReplicas: 1 | ||
maxReplicas: 100 | ||
targetCPUUtilizationPercentage: 80 | ||
|
||
resources: | ||
limits: | ||
cpu: 200m | ||
memory: 256Mi | ||
requests: | ||
cpu: 200m | ||
memory: 256Mi | ||
|
||
# Superset Celery worker configuration | ||
supersetWorker: | ||
replicaCount: 1 | ||
autoscaling: | ||
enabled: true | ||
minReplicas: 1 | ||
maxReplicas: 100 | ||
targetCPUUtilizationPercentage: 80 | ||
|
||
resources: | ||
limits: | ||
cpu: 200m | ||
memory: 256Mi | ||
requests: | ||
cpu: 200m | ||
memory: 256Mi | ||
|
||
postgresql: | ||
## Set to false if bringing your own PostgreSQL. | ||
enabled: true | ||
primary: | ||
persistence: | ||
## Enable PostgreSQL persistence using Persistent Volume Claims. | ||
enabled: true | ||
storageClass: gp3 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
analytics/terraform/superset-on-eks/helm/storageclass/Chart.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
analytics/terraform/superset-on-eks/helm/storageclass/templates/storage-class-gp3.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.