Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ env:
sensitive: true

networkPolicyEgressPorts:
rabbit: {{ requiredEnv "RABBIT_EXTERNAL_PORT" }}
rabbit: {{ requiredEnv "RABBIT_PORT" }}
redis: {{ requiredEnv "REDIS_EXTERNAL_PORT" }}
postgres: {{ requiredEnv "POSTGRES_EXTERNAL_PORT" }}
2 changes: 1 addition & 1 deletion services/rabbit/.operations.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ validate-node-ix0%: .env
### Note: up operation is called by CI automatically
### it must NOT deploy stacks if they are already running
### to avoid breaking existing cluster (stopping all nodes at once)
up: start-cluster
up up-master up-dalco up-aws up-local up-public: start-cluster

down: stop-cluster

Expand Down
Loading