gcloud-lab/apps/base/customer1/news_bot/scrapy-configmap.yaml

19 lines
422 B
YAML
Raw Normal View History

2026-01-16 20:33:37 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: scrapy-config
namespace: customer1
data:
# Database Connection
DB_HOST: "customer1-pgdb-rw"
DB_NAME: "news_app_db"
DB_USER: "news_app"
DB_PORT: "5432"
# Scrapy Settings
2026-01-21 20:37:07 -05:00
LOG_LEVEL: "WARNING"
2026-01-16 20:33:37 +00:00
USER_AGENT: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) NewsScraper/1.0"
CONCURRENT_REQUESTS: "150"
2026-01-16 20:33:37 +00:00
# Proxy Endpoint (The URL part only)
PROXY_ENDPOINT: ""