
This patch set includes the site specifig for Azure (az-test-site) that contains the manifests and kustomization files needed to deploy a Workload cluster on the Azure cloud platform. This patch set uses the Azure CAPZ v0.4.9 for the Workload cluster deployment. Change-Id: Ie71630bf55edadfcc11527c04aea41aa2161bdbd
6 lines
303 B
JSON
6 lines
303 B
JSON
[
|
|
{ "op": "replace","path": "/spec/template/spec/location","value": "centralus" },
|
|
{ "op": "replace","path": "/spec/template/spec/vmSize","value": "Standard_B2s" },
|
|
{ "op": "add", "path": "/spec/template/spec/dataDisks", "value": [{"diskSizeGB": 256, "lun": 0, "nameSuffix": "datadisk"}]}
|
|
]
|