Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 25, 2024
1 parent 105f982 commit 6949a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kind/inventory/kessel-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ stringData:
eventing:
eventer: stdout
kafka:
bootstrap-servers: "my-cluster-kafka-bootstrap:9092"
bootstrap-servers: "my-cluster-kafka-bootstrap.default.svc.cluster.local:9092"
storage:
disable-persistence: true
database: postgres
Expand Down
2 changes: 1 addition & 1 deletion scripts/start-inventory-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ while true; do
done

kubectl apply -f deploy/kind/e2e/e2e-batch.yaml
sleep 30 ##wait for kafka pod to run
sleep 30 # wait for kafka pod to run
echo "Setup complete."

0 comments on commit 6949a30

Please sign in to comment.