Przeglądaj źródła

Make configs more generic

Also removing company identifying information and long dead access
keys that should have never been present in these files.

Signed-off-by: Aaron Goldsmith <agoldsmith@kubecost.com>
Aaron Goldsmith 3 lat temu
rodzic
commit
d62a3b729d
2 zmienionych plików z 6 dodań i 6 usunięć
  1. 5 5
      configs/aws.json
  2. 1 1
      configs/gcp.json

+ 5 - 5
configs/aws.json

@@ -12,14 +12,14 @@
     "internetNetworkEgress": "0.143",
     "spotLabel": "kops.k8s.io/instancegroup",
     "spotLabelValue": "spotinstance-nodes",
-    "awsServiceKeyName": "AKIAXW6UVLRRY5RQGGUX",
+    "awsServiceKeyName": "AKIXXX",
     "awsServiceKeySecret": "",
     "awsSpotDataRegion":"us-east-2",
-    "awsSpotDataBucket": "kc-test-spot",
+    "awsSpotDataBucket": "my-test-bucket",
     "awsSpotDataPrefix": "spotdata",
-    "athenaBucketName": "s3://aws-athena-query-results-530337586275-us-east-1",
+    "athenaBucketName": "s3://my-athena-bucket",
     "athenaRegion": "us-east-1",
-    "athenaDatabase": "athenacurcfn_athena_test",
+    "athenaDatabase": "my_athenacur_db",
     "athenaTable": "athena_test",
-    "projectID": "530337586275"
+    "projectID": "12345"
 }

+ 1 - 1
configs/gcp.json

@@ -5,7 +5,7 @@
     "spotCPU": "0.006655",
     "RAM": "0.004237",
     "spotRAM": "0.000892",
-    "projectID": "guestbook-227502",
+    "projectID": "my-awesome-project",
     "storage": "0.00005479452",
     "zoneNetworkEgress": "0.01",
     "regionNetworkEgress": "0.01",