File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/simcore-charts/resource-usage-tracker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 154154 sensitive: true
155155
156156networkPolicyEgressPorts:
157- rabbit: {{ requiredEnv "RABBIT_EXTERNAL_PORT " }}
157+ rabbit: {{ requiredEnv "RABBIT_PORT " }}
158158 redis: {{ requiredEnv "REDIS_EXTERNAL_PORT" }}
159159 postgres: {{ requiredEnv "POSTGRES_EXTERNAL_PORT" }}
Original file line number Diff line number Diff 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
4444down : stop-cluster
4545
You can’t perform that action at this time.
0 commit comments