From 35467e0d7c15353e1d1873305ef41794fd09d0ad Mon Sep 17 00:00:00 2001 From: ITO Mac Date: Mon, 4 May 2026 18:29:15 +0200 Subject: [PATCH] . --- k8s/deployment.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 55676ba..8276a9a 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -29,16 +29,16 @@ spec: port: 8000 initialDelaySeconds: 3 periodSeconds: 5 - timeoutSecounds: 3 - failureTreshold: 3 - lifenessProbe: + timeoutSeconds: 3 + failureThreshold: 3 + livenessProbe: httpGet: path: /health port: 8000 - initialDelaySecounds: 10 - periodSecounds: 15 - timeoutSecounds: 3 - failureTreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 15 + timeoutSeconds: 3 + failureThreshold: 3 resources: requests: memory: "64Mi"