.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user