mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -06:00
fixed the indentation
This commit is contained in:
@@ -81,28 +81,28 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"defaultValue": "0.0.40",
|
"defaultValue": "0.0.40",
|
||||||
"allowedValues": [
|
"allowedValues": [
|
||||||
"0.0.8",
|
"0.0.8",
|
||||||
"0.0.9",
|
"0.0.9",
|
||||||
"0.0.10",
|
"0.0.10",
|
||||||
"0.0.11",
|
"0.0.11",
|
||||||
"0.0.12",
|
"0.0.12",
|
||||||
"0.0.14",
|
"0.0.14",
|
||||||
"0.0.15",
|
"0.0.15",
|
||||||
"0.0.18",
|
"0.0.18",
|
||||||
"0.0.19",
|
"0.0.19",
|
||||||
"0.0.21",
|
"0.0.21",
|
||||||
"0.0.22",
|
"0.0.22",
|
||||||
"0.0.23",
|
"0.0.23",
|
||||||
"0.0.25",
|
"0.0.25",
|
||||||
"0.0.27",
|
"0.0.27",
|
||||||
"0.0.28",
|
"0.0.28",
|
||||||
"0.0.29",
|
"0.0.29",
|
||||||
"0.0.30",
|
"0.0.30",
|
||||||
"0.0.32",
|
"0.0.32",
|
||||||
"0.0.33",
|
"0.0.33",
|
||||||
"0.0.34",
|
"0.0.34",
|
||||||
"0.0.35",
|
"0.0.35",
|
||||||
"0.0.37",
|
"0.0.37",
|
||||||
"0.0.38",
|
"0.0.38",
|
||||||
"0.0.39",
|
"0.0.39",
|
||||||
"0.0.40"
|
"0.0.40"
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
},
|
},
|
||||||
"certificateKey": {
|
"certificateKey": {
|
||||||
"type": "securestring",
|
"type": "securestring",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Provide your SSL Certificate key"
|
"description": "Provide your SSL Certificate key"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"defaultValue": "artifactory",
|
"defaultValue": "artifactory",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Provide your Certificate Domain Name. For e.g jfrog.team for certificate with *.jfrog.team"
|
"description": "Provide your Certificate Domain Name. For e.g jfrog.team for certificate with *.jfrog.team"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"defaultValue": "artifactory",
|
"defaultValue": "artifactory",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Provide artifactory server name to be used in Nginx. e.g artifactory for artifactory.jfrog.team"
|
"description": "Provide artifactory server name to be used in Nginx. e.g artifactory for artifactory.jfrog.team"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"defaultValue": "-server -Xms2g -Xmx8g -Xss256k -XX:+UseG1GC -XX:OnOutOfMemoryError=\\\"kill -9 %p\\\"",
|
"defaultValue": "-server -Xms2g -Xmx8g -Xss256k -XX:+UseG1GC -XX:OnOutOfMemoryError=\\\"kill -9 %p\\\"",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Setting Java Memory Parameters for Artifactory. Learn about system requirements for Artifactory https://www.jfrog.com/confluence/display/RTF/System+Requirements#SystemRequirements-RecommendedHardware."
|
"description": "Setting Java Memory Parameters for Artifactory. Learn about system requirements for Artifactory https://www.jfrog.com/confluence/display/RTF/System+Requirements#SystemRequirements-RecommendedHardware."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -538,7 +538,7 @@
|
|||||||
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipPrimaryName'))]",
|
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipPrimaryName'))]",
|
||||||
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipMemberName'))]"
|
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipMemberName'))]"
|
||||||
],
|
],
|
||||||
"tags":{
|
"tags": {
|
||||||
"displayName": "Load Balancer"
|
"displayName": "Load Balancer"
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -726,7 +726,7 @@
|
|||||||
"sku": {
|
"sku": {
|
||||||
"name": "[parameters('storageAccountType')]"
|
"name": "[parameters('storageAccountType')]"
|
||||||
},
|
},
|
||||||
"tags":{
|
"tags": {
|
||||||
"displayName": "Artifactory Storage Account"
|
"displayName": "Artifactory Storage Account"
|
||||||
},
|
},
|
||||||
"kind": "Storage",
|
"kind": "Storage",
|
||||||
|
|||||||
Reference in New Issue
Block a user