reduce resources
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-10 11:20:16 +02:00
parent a720429b19
commit 77ab15718b
3 changed files with 12 additions and 12 deletions

View File

@@ -37,11 +37,11 @@ spec:
containerPort: 8081 containerPort: 8081
resources: resources:
requests: requests:
memory: 0.5Gi memory: 0.4Gi
cpu: 1 cpu: 0.01
limits: limits:
memory: 1Gi memory: 0.8Gi
cpu: 2 cpu: 0.05
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health

View File

@@ -50,11 +50,11 @@ spec:
containerPort: 5432 containerPort: 5432
resources: resources:
requests: requests:
memory: 0.5Gi memory: 0.1Gi
cpu: 1 cpu: 0.01
limits: limits:
memory: 1Gi memory: 0.4Gi
cpu: 2 cpu: 0.05
volumeMounts: volumeMounts:
- name: ptp-chat-pvc - name: ptp-chat-pvc
mountPath: /var/lib/postgresql mountPath: /var/lib/postgresql

View File

@@ -27,11 +27,11 @@ spec:
containerPort: 80 containerPort: 80
resources: resources:
requests: requests:
memory: 0.5Gi memory: 0.1Gi
cpu: 1 cpu: 0.01
limits: limits:
memory: 1Gi memory: 0.2Gi
cpu: 2 cpu: 0.02
readinessProbe: readinessProbe:
httpGet: httpGet:
port: 80 port: 80