This commit is contained in:
ITO Mac
2026-05-04 20:02:37 +02:00
parent 45ee650e84
commit 4c03224cff

View File

@@ -6,7 +6,7 @@ metadata:
app: zadaca-deployment
namespace: student-blazp04
spec:
replicas: 5
replicas: 3
selector:
matchLabels:
app: zadaca
@@ -27,9 +27,9 @@ spec:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 3
initialDelaySeconds: 25
periodSeconds: 5
timeoutSeconds: 3
timeoutSeconds: 5
failureThreshold: 3
livenessProbe:
httpGet:
@@ -42,7 +42,7 @@ spec:
resources:
requests:
memory: "64Mi"
cpu: "30m"
cpu: "60m"
limits:
memory: "128Mi"
cpu: "150m"
cpu: "300m"