From bf6bc5933b22246de1595683953a41262809d546 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 10:48:23 +0100 Subject: [PATCH] Add resource requests/limits documentation in values.yaml This commit adds documentation comments in the charts/paperless-ngx/values.yaml file regarding the setting of resource requests and limits for the container. The addition aims to clarify how users can customize resource management for their Paperless-ngx deployment. There were no functional changes made to the code; the comment serves as a guide for future configuration. No breaking changes were introduced. --- charts/paperless-ngx/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 4dcb91d..8789a29 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -17,6 +17,8 @@ controllers: tag: 2.20.0 # -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/) # @default -- See [values.yaml](./values.yaml) + # -- Set the resource requests / limits for the container. + # resources: env: # -- Set the container timezone TZ: UTC