Skip to content

Commit

Permalink
Increase jenkins home disk size
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <marko.kaapu@unikie.com>
  • Loading branch information
mkaapu committed Mar 20, 2024
1 parent a7c0ead commit 5f7eb9e
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 5f7eb9e

Please sign in to comment.