reduce resources for 3 replicas

This commit is contained in:
Petrraa
2026-05-25 22:39:55 +02:00
parent e84296abb6
commit 71373d7132

View File

@@ -46,6 +46,13 @@ spec:
secretKeyRef: secretKeyRef:
name: postgres-secret name: postgres-secret
key: POSTGRES_DB key: POSTGRES_DB
resources:
requests:
cpu: "10m"
memory: "32Mi"
limits:
cpu: "50m"
memory: "64Mi"
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health path: /health