Skip to content

Commit

Permalink
Enable aws grafana backend
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Nov 1, 2024
1 parent 3f97050 commit 0254cc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/victor/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ prometheus:
hosts:
- prometheus.victor.2i2c.cloud

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

redirects:
rules:
- from: victor.2i2c.cloud
Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/projects/victor.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ region = "us-west-2"
cluster_name = "victor"
cluster_nodes_location = "us-west-2a"

enable_aws_ce_grafana_backend_iam = true

user_buckets = {
"scratch-staging" : {
"delete_after" : 7,
Expand Down

0 comments on commit 0254cc7

Please sign in to comment.