Skip to content

Commit

Permalink
Leave airflow turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jul 31, 2024
1 parent 89b641f commit 59ea85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev/stacks/dpe-sandbox-k8s-deployments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ module "trivy-operator" {
source = "spacelift.io/sagebionetworks/trivy-operator/aws"
version = "0.0.12"
}

module "airflow" {
source = "spacelift.io/sagebionetworks/airflow/aws"
version = "0.0.1"
cluster_name = var.cluster_name
}
3 changes: 3 additions & 0 deletions modules/sage-aws-k8s-node-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ module "ocean-aws-k8s" {
max_scale_down_percentage = 33
tags = var.tags
# TODO: Fix this it does not seem to work
# `desired_capacity` does not seem to force the number of nodes to increase. Look
# through the documentation to determine how we might manually scale up the number
# of nodes if we wanted to.
desired_capacity = var.desired_capacity
}

Expand Down

0 comments on commit 59ea85e

Please sign in to comment.