mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
ARM templates - VM size Standard_A2_v2 is removed because Rt doesn't start on this VM size anymore.
This commit is contained in:
@@ -82,7 +82,6 @@
|
|||||||
],
|
],
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedSizes": [
|
"allowedSizes": [
|
||||||
"Standard_A2_v2",
|
|
||||||
"Standard_A4_v2",
|
"Standard_A4_v2",
|
||||||
"Standard_A4",
|
"Standard_A4",
|
||||||
"Standard_D2s_v3",
|
"Standard_D2s_v3",
|
||||||
|
|||||||
@@ -78,11 +78,10 @@
|
|||||||
"label": "Virtual machine size",
|
"label": "Virtual machine size",
|
||||||
"toolTip": "The size of the virtual machine for JFrog Container Registry",
|
"toolTip": "The size of the virtual machine for JFrog Container Registry",
|
||||||
"recommendedSizes": [
|
"recommendedSizes": [
|
||||||
"Standard_A2_v2"
|
"Standard_D2s_v3"
|
||||||
],
|
],
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"allowedSizes": [
|
"allowedSizes": [
|
||||||
"Standard_A2_v2",
|
|
||||||
"Standard_A4_v2",
|
"Standard_A4_v2",
|
||||||
"Standard_A4",
|
"Standard_A4",
|
||||||
"Standard_D2s_v3",
|
"Standard_D2s_v3",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"parameters": {
|
"parameters": {
|
||||||
"vmSku": {
|
"vmSku": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "Standard_A2_v2",
|
"defaultValue": "Standard_D2s_v3",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Size of VMs in the VM Scale Set."
|
"description": "Size of VMs in the VM Scale Set."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"parameters": {
|
"parameters": {
|
||||||
"vmSku": {
|
"vmSku": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "Standard_A2_v2",
|
"defaultValue": "Standard_D2s_v3",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Size of VMs in the VM Scale Set."
|
"description": "Size of VMs in the VM Scale Set."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user