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