From 2b62047966c2d26cf248d6e6f0f2b2284426db58 Mon Sep 17 00:00:00 2001 From: Kevin Heise Date: Fri, 11 Oct 2024 11:06:13 +0200 Subject: [PATCH] adjust docu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9934c..5fdc6cf 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,8 @@ In addition, Sentry will always behave as follows: | gateway.resources.limits.memory | Maximum memory usage | 512Mi | | gateway.resources.requests.cpu | Requested CPU performance | 0.5 | | gateway.resources.requests.memory | Requested memory usage | 256Mi | -| gateway.containerSecurityContext.enabled | Enable/Disable container security context | false | +| gateway.containerSecurityContext.enabled | Enable/Disable container security context | true | +| gateway.podSecurityContext.enabled | Enable/Disable pod security context | true | | gateway.uploadUrl | URL for the upload service | "http://localhost:8080/upload" | | gateway.podAnnotations | Annotations for pods | {} | | gateway.nodeSelector | Node labels for pod assignment | {} |