Skip to content

Commit

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

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

cluster-autoscaler:
enabled: true
autoDiscovery:
Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/projects/strudel.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ region = "us-west-2"
cluster_name = "strudel"
cluster_nodes_location = "us-west-2a"

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 09fc85c

Please sign in to comment.