Update requirements and insfra versions

This commit is contained in:
Urtzi Alfaro
2025-10-17 23:09:40 +02:00
parent 7e089b80cf
commit 312e36c893
81 changed files with 524 additions and 476 deletions

View File

@@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:15-alpine
image: postgres:17-alpine
ports:
- containerPort: 5432
name: postgres
@@ -62,8 +62,8 @@ spec:
mountPath: /var/lib/postgresql/data
resources:
requests:
memory: "256Mi"
cpu: "250m"
memory: "128Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"