Skip to content

Commit

Permalink
Generate events_archiver_keys for AWS curvenote
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 19, 2023
1 parent 78aeaaa commit 23f43e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions grafana-data/datasources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@
"url": "https://notebooks.gesis.org/prometheus",
"user": ""
},
{
"access": "proxy",
"basicAuth": false,
"database": "",
"id": 3,
"isDefault": false,
"jsonData": {},
"name": "Curvenote",
"orgId": 1,
"password": "",
"readOnly": false,
"type": "prometheus",
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
"url": "https://prometheus.binder.curvenote.dev/",
"user": ""
},
{
"access": "proxy",
"basicAuth": false,
Expand Down
4 changes: 2 additions & 2 deletions terraform/gcp/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "google" {
locals {
gke_version = "1.23.16-gke.1400"
location = "us-central1" # for regional clusters
federation_members = ["gesis", "ovh"]
federation_members = ["gesis", "ovh", "curvenote"]
}

module "mybinder" {
Expand All @@ -26,7 +26,7 @@ module "mybinder" {

sql_tier = "db-n1-standard-1"

federation_members = ["gesis", "ovh"]
federation_members = local.federation_members
}

# define node pools here, too hard to encode with variables
Expand Down

0 comments on commit 23f43e3

Please sign in to comment.