Skip to content

Commit

Permalink
updating docker data pvc in terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
LumosViridi committed Oct 6, 2024
1 parent 72ef288 commit ffcd5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twenty-docker/k8s/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ variable "twentycrm_docker_data_pv_capacity" {

variable "twentycrm_docker_data_pvc_requests" {
type = string
default = "10Gi"
default = "100Mi"
description = "Storage capacity reservation for server persistent volume claim."
}

0 comments on commit ffcd5fe

Please sign in to comment.