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

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