You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.jps
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ onInstall:
74
74
To bind a custom domain name with your Kubernetes cluster please refer to the steps described in Jelastic [documentation](https://docs.jelastic.com/custom-domains).
75
75
76
76
onAfterScaleOut[cp]:
77
-
forEach(event.response.nodes):
78
-
connect-workers: ${@i.id}
77
+
- get-ids: event.response.nodes
78
+
- connect-workers: ${globals.ids}
79
79
80
80
onBeforeScaleIn[cp]:
81
81
forEach(event.response.nodes):
@@ -87,7 +87,7 @@ onBeforeClone: stopEvent
87
87
onBeforeRedeployContainer:
88
88
if (!${event.params.skipReinstall:false}): stopEvent
0 commit comments