Removed resource limiting

This commit is contained in:
2026-01-02 14:29:03 +01:00
parent 1ab9418379
commit 95eb12797d
3 changed files with 30 additions and 8 deletions

View File

@@ -39,7 +39,13 @@ spec:
- name: pgdata
mountPath: /var/lib/postgresql/data
subPath: postgres
resources: {}
resources:
requests:
cpu: "250m"
memory: "512Mi"
limits:
cpu: "1000m"
memory: "1Gi"
securityContext:
runAsUser: 1001
runAsGroup: 1000