|
|
@@ -155,7 +155,21 @@ spec:
|
|
|
value: "AIzaSyD29bGxmHAVEOBYtgd8sYM2gM2ekfxQX4U" # The GCP Pricing API requires a key. This is supplied just for evaluation.
|
|
|
- name: CLUSTER_ID
|
|
|
value: "cluster-one" # Default cluster ID to use if cluster_id is not set in Prometheus metrics.
|
|
|
+ - name: EXPORT_CSV_FILE
|
|
|
+ value: "s3://path/to/csv"
|
|
|
+ - name: AWS_ACCESS_KEY_ID
|
|
|
+ value: "XXXXXXXXXXXXXXX" ## AWS Access KeyID
|
|
|
+ - name: AWS_SECRET_ACCESS_KEY
|
|
|
+ value: "XXXXXXXXXXXXXXX" ## AWS Secret Access Key
|
|
|
+ - name: AWS_REGION
|
|
|
+ value: "us-west-2" ## AWS Region where bucket is hosted
|
|
|
imagePullPolicy: Always
|
|
|
+ volumeMounts:
|
|
|
+ - name: tmp-volume
|
|
|
+ mountPath: /tmp
|
|
|
+ volumes:
|
|
|
+ - name: tmp-volume
|
|
|
+ emptyDir: {}
|
|
|
---
|
|
|
|
|
|
# Expose the cost model with a service
|