Skip to content

Commit

Permalink
Jenkins controller: Increase jenkins home disk size
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <[email protected]>
  • Loading branch information
mkaapu committed Mar 19, 2024
1 parent b0dbfa5 commit aefdf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/jenkins-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ resource "azurerm_managed_disk" "jenkins_controller_jenkins_state" {
location = azurerm_resource_group.infra.location
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = 10
disk_size_gb = 1000
}

# Grant the VM read-only access to the Azure Key Vault Secret containing the
Expand Down

0 comments on commit aefdf54

Please sign in to comment.