Skip to content

Commit

Permalink
project-pythia: try enabling the aws-ce-grafana backend
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 6, 2024
1 parent 985a1f3 commit fbd548f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/projectpythia/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ grafana:
hosts:
- grafana.projectpythia.2i2c.cloud

aws-ce-grafana-backend:
enabled: true
envBasedConfig:
clusterName: projectpythia
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::590183926898:role/aws_ce_grafana_backend_iam_role

cluster-autoscaler:
enabled: true
autoDiscovery:
Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/projects/projectpythia.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ default_budget_alert = {
"enabled" : false,
}

enable_aws_ce_grafana_backend_iam = true

# Tip: uncomment and fill the missing info in the lines below if you want
# to setup scratch buckets for the hubs on this cluster.
#
Expand Down

0 comments on commit fbd548f

Please sign in to comment.