lowered memory requests and limits

This commit is contained in:
2025-12-25 19:43:41 +11:00
parent bd8240f5f1
commit 22ea1ce2ab

View File

@@ -17,12 +17,12 @@ spec:
storage: 20Gi
resources:
requests:
memory: "4Gi"
memory: "2Gi"
limits:
memory: "6Gi"
memory: "4Gi"
config:
jvm-server-options:
initial_heap_size: "2048M"
initial_heap_size: "1024M"
max_heap_size: "2048M"
managementApiAuth:
insecure: {} # dev only; for prod use a secret