diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 6c6acd0..32ee6bc 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -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"