Skip to content

Commit

Permalink
change(bi): use redpanda
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Jan 25, 2025
1 parent 6b46271 commit 1df956f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions projects/bi/values/bi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controllers:
pullPolicy: Always
env:
BIBOT_CONFIG: /config/bibot.yml
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
BIBOT_KAFKA__BROKER: kafka://redpanda.bi.svc.cluster.local:9093
BIBOT_QDRANT__API_KEY:
valueFrom:
secretKeyRef:
Expand All @@ -34,7 +34,7 @@ controllers:
pullPolicy: Always
env:
BIBOT_CONFIG: /config/bibot.yml
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
BIBOT_KAFKA__BROKER: kafka://redpanda.bi.svc.cluster.local:9093
BIBOT_VALKEY__HOST: valkey-primary.bi.svc.cluster.local
BIBOT_VALKEY__PASSWORD:
valueFrom:
Expand All @@ -53,7 +53,7 @@ controllers:
pullPolicy: Always
env:
BIBOT_CONFIG: /config/bibot.yml
BIBOT_KAFKA__BROKER: kafka://bi-cluster-kafka-bootstrap:9092
BIBOT_KAFKA__BROKER: kafka://redpanda.bi.svc.cluster.local:9093
BIBOT_QDRANT__API_KEY:
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -82,7 +82,8 @@ controllers:
args: ["/app/bi/connectors/discord/app.py", "worker", "-l", "info"]

env:
BIBOT_KAFKA__BROKER: bi-cluster-kafka-bootstrap:9092
BIBOT_KAFKA__BROKER: redpanda.bi.svc.cluster.local:9093
BIBOT_QDRANT__API_KEY:
BIBOT_VALKEY__HOST: valkey-primary.bi.svc.cluster.local
OPENAI_API_KEY: fake
BIBOT_DISCORD__TOKEN:
Expand Down

0 comments on commit 1df956f

Please sign in to comment.