first claude draft
This commit is contained in:
14
k8s/base/alerts/configmap.yaml
Normal file
14
k8s/base/alerts/configmap.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: alerts-config
|
||||
data:
|
||||
REDIS_URL: "redis://redis:6379"
|
||||
TIMESCALE_HOST: "timescaledb"
|
||||
TIMESCALE_PORT: "5432"
|
||||
TIMESCALE_USER: "monitor"
|
||||
TIMESCALE_DB: "monitor"
|
||||
SERVICE_NAME: "alerts"
|
||||
EVENTS_BACKEND: "redis_pubsub"
|
||||
LOG_LEVEL: "INFO"
|
||||
LOG_FORMAT: "json"
|
||||
Reference in New Issue
Block a user