Skip to content

Commit 2f9f69f

Browse files
authored
Fix misc bugs (ITISFoundation#1216)
* Fix rabbit makefile * Rename rabbit external port env
1 parent 8e9514a commit 2f9f69f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/simcore-charts/resource-usage-tracker/values.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ env:
154154
sensitive: true
155155

156156
networkPolicyEgressPorts:
157-
rabbit: {{ requiredEnv "RABBIT_EXTERNAL_PORT" }}
157+
rabbit: {{ requiredEnv "RABBIT_PORT" }}
158158
redis: {{ requiredEnv "REDIS_EXTERNAL_PORT" }}
159159
postgres: {{ requiredEnv "POSTGRES_EXTERNAL_PORT" }}

services/rabbit/.operations.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ validate-node-ix0%: .env
3939
### Note: up operation is called by CI automatically
4040
### it must NOT deploy stacks if they are already running
4141
### to avoid breaking existing cluster (stopping all nodes at once)
42-
up: start-cluster
42+
up up-master up-dalco up-aws up-local up-public: start-cluster
4343

4444
down: stop-cluster
4545

0 commit comments

Comments
 (0)