From ea68a1d2380a692d0e62408ce0458cccdeee2f96 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 18 Jan 2025 13:56:19 +0100 Subject: [PATCH] Update the helm chart --- helm/values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index c02d1e6..3c1c7ad 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -29,7 +29,13 @@ base: port: 80 initialDelaySeconds: 3 periodSeconds: 3 - + volumeMounts: + extraVolumes: + cache: + path: /var/cache/nginx +extraVolumes: + cache: + emptyDir: {} ingress: main: enabled: true