backend redesign

This commit is contained in:
2026-03-11 18:47:11 -04:00
parent 8ff277c8c6
commit e99ef5d2dd
210 changed files with 12147 additions and 155 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: ai-secrets
type: Opaque
stringData:
anthropic-api-key: "sk-ant-YOUR_KEY_HERE"

View 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: ""

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: minio-secret
type: Opaque
stringData:
root-user: "CHANGE_THIS_IN_PRODUCTION"
root-password: "CHANGE_THIS_IN_PRODUCTION"

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: postgres-secret
type: Opaque
stringData:
password: "CHANGE_THIS_IN_PRODUCTION"