aurask/deploy/k3s/examples/aurask-runtime-secrets.example.yaml
Aaron 1ae23d44c1
All checks were successful
aurask-release / build-and-deploy (push) Successful in 3m7s
Expand Aurask k3s production overlay and release pipeline
2026-04-19 18:05:46 +08:00

16 lines
627 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: aurask-runtime-secrets
namespace: aurask
type: Opaque
stringData:
AURASK_USE_EXTERNAL_BRIDGES: "true"
AURASK_DATABASE_URL: postgresql://aurask:REPLACE_ME@postgres.aurask.svc.cluster.local:5432/aurask
AURASK_REDIS_URL: redis://redis.aurask.svc.cluster.local:6379/0
AURASK_REDIS_WORKFLOW_QUEUE: aurask:workflow-runs
AURASK_ANYTHINGLLM_BASE_URL: http://anythingllm.aurask-runtime.svc.cluster.local:3001
AURASK_ANYTHINGLLM_API_KEY: REPLACE_ME
AURASK_LANGFLOW_BASE_URL: http://langflow-runtime.aurask-runtime.svc.cluster.local:7860
AURASK_LANGFLOW_API_KEY: REPLACE_ME