backend redesign
This commit is contained in:
13
deploy/k8s/prod/secrets/ingestor-secrets.yaml.example
Normal file
13
deploy/k8s/prod/secrets/ingestor-secrets.yaml.example
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ingestor-secrets
|
||||
type: Opaque
|
||||
stringData:
|
||||
# Exchange API keys (if needed for authenticated endpoints)
|
||||
binance-api-key: ""
|
||||
binance-api-secret: ""
|
||||
coinbase-api-key: ""
|
||||
coinbase-api-secret: ""
|
||||
kraken-api-key: ""
|
||||
kraken-api-secret: ""
|
||||
Reference in New Issue
Block a user