Skip to content

Commit

Permalink
Standard_B1ms
Browse files Browse the repository at this point in the history
  • Loading branch information
nasaldrops committed Mar 14, 2024
1 parent 974ae07 commit 58f745e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/shared_services/admin-vm/template_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"type": "string",
"enum": [
"Standard_B2s",
"GP_Standard_D2ads_v5",
"Standard_B1ms",
"Standard_D2s_v4",
"Standard_D2s_v5",
"GP_Standard_D2ads_v5"
"Standard_B1ms"
],
"default": "Standard_B2s",
"title": "VM SKU",
Expand Down
2 changes: 1 addition & 1 deletion templates/shared_services/gitea/terraform/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "azurerm_mysql_flexible_server" "gitea" {
resource_group_name = local.core_resource_group_name
location = data.azurerm_resource_group.rg.location
administrator_login = "mysqladmin"
sku_name = "GP_Standard_D2ads_v5"
sku_name = "Standard_B1ms"
version = "8.0.21"
backup_retention_days = 7
geo_redundant_backup_enabled = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PARENT_SERVICE_ID=__CHANGE_ME__
WORKSPACE_ID=__CHANGE_ME__
ID=__CHANGE_ME__
AZURE_LOCATION=__CHANGE_ME__
VM_SIZE="GP_Standard_D2ads_v5"
VM_SIZE="Standard_B1ms"
AAD_TENANT_ID=__CHANGE_ME__
USER_OBJECT_ID=__CHANGE_ME__

Expand Down
2 changes: 1 addition & 1 deletion templates/workspace_services/gitea/terraform/mysql.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "azurerm_mysql_flexible_server" "gitea" {
resource_group_name = data.azurerm_resource_group.ws.name
location = data.azurerm_resource_group.ws.location
administrator_login = "mysqladmin"
sku_name = "GP_Standard_D2ads_v5"
sku_name = "Standard_B1ms"
version = "8.0.21"
backup_retention_days = 7
geo_redundant_backup_enabled = false
Expand Down

0 comments on commit 58f745e

Please sign in to comment.