povećanje cpua i memorije
All checks were successful
CI/CD Pipeline / build (push) Successful in 1m31s
CI/CD Pipeline / deploy (push) Successful in 2m5s

This commit is contained in:
2026-05-02 14:50:51 +02:00
parent a90866dfc5
commit ff7c470c37

View File

@@ -5,7 +5,7 @@ metadata:
name: helloo-cicdd
namespace: student-marijanela218
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: helloo-cicdd
@@ -46,5 +46,5 @@ spec:
- name: APP_VERSION
value: "latest"
resources:
requests: {cpu: 50m, memory: 64Mi}
limits: {cpu: 200m, memory: 128Mi}
requests: {cpu: 100m, memory: 128Mi}
limits: {cpu: 500m, memory: 256Mi}