Skip to content

Commit

Permalink
min
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed May 12, 2025
1 parent d982195 commit 92a8055
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/platform-tg-infra.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
},
{
"path": "../../../terraform-modules/aws-s3"
},
{
"path": "../../karpenter-provider-aws"
}
]
}
24 changes: 12 additions & 12 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {
"eks-loki" = "0.1.3"
"eks-metrics-server" = "0.1.3"
"eks-otel" = "0.0.2"
"eks-pipeline" = "initial"
"eks-pipeline" = false
"eks-postgresql" = false
"eks-prometheus" = "0.1.3"
"eks-tempo" = "0.1.3"
Expand All @@ -55,18 +55,18 @@ locals {
# Optional modules with their default enablement state
enabled_modules = {
"eks-arcgis" = false
"eks-cribl" = true
"eks-gatekeeper" = true
"eks-grafana" = true
"eks-k8s-dashboard" = true
"eks-keycloak" = true
"eks-kiali" = true
"eks-loki" = true
"eks-otel" = true
"eks-pipeline" = true
"eks-cribl" = false
"eks-gatekeeper" = false
"eks-grafana" = false
"eks-k8s-dashboard" = false
"eks-keycloak" = false
"eks-kiali" = false
"eks-loki" = false
"eks-otel" = false
"eks-pipeline" = false
"eks-postgresql" = false
"eks-prometheus" = true
"eks-tempo" = true
"eks-prometheus" = false
"eks-tempo" = false
}

#####################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ inputs = {
vpc_name = include.root.inputs.vpc_name
subnet_filter = "*-container-*" # or any specific pattern you want to use

# Pipeline specific configurations
s3_trigger_object_prefix = format("clusters/%v/", include.root.inputs.cluster_name)

is_infrastructure_pipeline = true

# Updated to use buildspecs from the platform-tg-infra repository
Expand Down

0 comments on commit 92a8055

Please sign in to comment.