.
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
app: zadaca-deployment
|
app: zadaca-deployment
|
||||||
namespace: student-blazp04
|
namespace: student-blazp04
|
||||||
spec:
|
spec:
|
||||||
replicas: 5
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: zadaca
|
app: zadaca
|
||||||
@@ -27,9 +27,9 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8000
|
port: 8000
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 25
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 5
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -42,7 +42,7 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
cpu: "30m"
|
cpu: "60m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "150m"
|
cpu: "300m"
|
||||||
|
|||||||
Reference in New Issue
Block a user