Skip to content

Commit

Permalink
updated firewall rule in setup_broker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandezc1 committed Apr 21, 2024
1 parent cf57acd commit 0968eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions broker/setup_broker/lvk/setup_broker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ if [ "$teardown" != "True" ]; then
#--- Create a firewall rule to open the port used by Kafka/ZTF
# on any instance with the flag --tags=ztfport
echo
echo "Configuring ZTF/Kafka firewall rule..."
gcloud compute firewall-rules create 'ztfport' \
echo "Configuring LVK/Kafka firewall rule..."
gcloud compute firewall-rules create 'lvkport' \
--allow=tcp:9094 \
--description="Allow incoming traffic on TCP port 9094" \
--direction=INGRESS \
Expand Down

0 comments on commit 0968eb8

Please sign in to comment.