Files
foxhunt/infra/k8s/secrets/databento-credentials.secret.example
jgrusewski 7382ffd1e2 feat(infra): QuestDB metrics sink + monitoring network policies
Add QuestDB ILP sink for training metrics, update Prometheus scrape
configs, and fix network policies for monitoring stack connectivity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 02:42:53 +01:00

20 lines
626 B
Plaintext

# Databento API credentials for MBP-10 data download
# Copy this file and fill in your API key:
# cp databento-credentials.secret.example databento-credentials.yaml
# # Edit databento-credentials.yaml with your API key
# kubectl apply -f databento-credentials.yaml
#
# Or create imperatively:
# kubectl -n foxhunt create secret generic databento-credentials \
# --from-literal=api-key=$DATABENTO_API_KEY
apiVersion: v1
kind: Secret
metadata:
name: databento-credentials
namespace: foxhunt
labels:
app.kubernetes.io/part-of: foxhunt
type: Opaque
stringData:
api-key: REPLACE_WITH_YOUR_DATABENTO_API_KEY