increased again

This commit is contained in:
2026-05-01 10:41:21 +02:00
parent bbcbf18226
commit 6a4ebc5f70

View File

@@ -4,7 +4,7 @@ metadata:
name: moj-servis
namespace: student-vucicj
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: moj-servis
@@ -35,16 +35,16 @@ spec:
resources:
requests:
memory: "64Mi"
cpu: "50m"
cpu: "200m"
limits:
memory: "128Mi"
cpu: "200m"
cpu: "800m"
livenessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 10
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 3
failureThreshold: 3
@@ -53,7 +53,7 @@ spec:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 5
periodSeconds: 10
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 2
failureThreshold: 2