- Namespace: dispensary-scraper → cannaiq - Registry: code.cannabrands.app → git.spdy.io - Database: External PostgreSQL at 10.100.6.50 - MinIO: Internal at 10.100.9.80:9000 - CI: ci.spdy.io 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
345 B
YAML
17 lines
345 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: scraper-config
|
|
namespace: cannaiq
|
|
data:
|
|
NODE_ENV: "production"
|
|
PORT: "3010"
|
|
LOG_LEVEL: "info"
|
|
REDIS_HOST: "redis"
|
|
REDIS_PORT: "6379"
|
|
MINIO_ENDPOINT: "10.100.9.80"
|
|
MINIO_PORT: "9000"
|
|
MINIO_BUCKET: "cannaiq"
|
|
MINIO_USE_SSL: "false"
|
|
MINIO_PUBLIC_ENDPOINT: "https://cdn.spdy.io"
|