Skip to content

Commit

Permalink
Merge pull request #4953 from consideRatio/pr/nasa-cryo
Browse files Browse the repository at this point in the history
nasa-cryo: enable aws cost attribution system
  • Loading branch information
consideRatio authored Oct 7, 2024
2 parents d3f6102 + 382656d commit fd17869
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/clusters/nasa-cryo/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ prometheus:
- secretName: prometheus-tls
hosts:
- prometheus.cryointhecloud.2i2c.cloud

aws-ce-grafana-backend:
enabled: true
envBasedConfig:
clusterName: nasa-cryo
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::574251165169:role/aws_ce_grafana_backend_iam_role
2 changes: 2 additions & 0 deletions terraform/aws/projects/nasa-cryo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ region = "us-west-2"
cluster_name = "nasa-cryo"
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 fd17869

Please sign in to comment.