From ef186919b5ea8624fb81cb2a62a5f687ad26c871 Mon Sep 17 00:00:00 2001 From: Sven Urbanski Date: Thu, 3 Oct 2024 10:45:47 +0200 Subject: [PATCH] fix: increase volume of emptyDir (#2006) Ref: SRX-RH7CD5 --- charts/kuberpult/templates/cd-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kuberpult/templates/cd-service.yaml b/charts/kuberpult/templates/cd-service.yaml index d520f1946..aef3066a8 100644 --- a/charts/kuberpult/templates/cd-service.yaml +++ b/charts/kuberpult/templates/cd-service.yaml @@ -312,7 +312,7 @@ spec: # EmptyDir has the nice advantage, that it triggers a restart of the pod and creates a new volume when the current one is full # Because of an issue in gitlib2, this actually happens. emptyDir: - sizeLimit: 10Gi + sizeLimit: 30Gi - name: ssh secret: secretName: kuberpult-ssh