From 57c828ecabfeecf8678bfc3a173b1d37dec9c887 Mon Sep 17 00:00:00 2001 From: merlin Date: Fri, 6 Mar 2026 16:30:56 +0800 Subject: [PATCH] fix: through out more values --- values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/values.yaml b/values.yaml index bda9b76..4a49899 100644 --- a/values.yaml +++ b/values.yaml @@ -108,6 +108,15 @@ postgresql: persistence: storageClass: "" size: 5Gi + resources: + requests: + cpu: 2 + memory: 512Mi + limits: + cpu: 3 + memory: 1024Mi + podSecurityContext: + fsGroupChangePolicy: Always global: security: allowInsecureImages: true