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