Skip to content
Open
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
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
name: Auto-Scalable Magento Cluster v2
logo: /images/magento-enterprise-small-v2.png

baseUrl: https://raw.githubusercontent.com/sych74/magento-cluster/v2.2.0
baseUrl: https://raw.githubusercontent.com/sych74/magento-cluster/JE-64310

onBeforeInstall: /scripts/beforeinstall.js?_r=${fn.random}
onBeforeInit: /scripts/beforeinit.js?_r=${fn.random}
Expand Down
3 changes: 1 addition & 2 deletions scripts/beforeinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ resp.nodes.push({
})

resp.nodes.push({
nodeType: "mariadb-dockerized",
nodeType: "mariadb104",
flexibleCloudlets: ${settings.db_flexibleCloudlets:16},
fixedCloudlets: ${settings.db_fixedCloudlets:1},
tag: "10.4.22",
count: 2,
nodeGroup: "sqldb",
restartDelay: 10,
Expand Down