Skip to content

Commit d6d001e

Browse files
JE-65205 [ Magento Standalone ] scaling of DB\CP nodes should be proh… (#53)
* JE-65205 [ Magento Standalone ] scaling of DB\CP nodes should be prohibited * JE-65205 [ Magento Standalone ] scaling of DB\CP nodes should be prohibited
1 parent c2dbb86 commit d6d001e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

manifest.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ globals:
122122
EMAIL: default
123123

124124
onInstall:
125-
125+
- addLimits
126126
- script: ${globals.SCRIPTS_PATH}/idna.js
127127
- setGlobals:
128128
DOMAIN: ${response.domain}
@@ -187,6 +187,12 @@ onInstall:
187187
- if ('${settings.cdn_addon:false}' == 'true'): setupEdgeportCDN
188188

189189
actions:
190+
addLimits:
191+
- env.control.ApplyNodeGroupData[cp, sqldb]:
192+
data:
193+
validation :
194+
maxCount: 1
195+
190196
createUserDB:
191197
- log: Create user for DataBase
192198
- cmd [sqldb]: |-

0 commit comments

Comments
 (0)