diff --git a/k8s/deployment.yml b/k8s/deployment.yml index 8fa714d..5524d31 100644 --- a/k8s/deployment.yml +++ b/k8s/deployment.yml @@ -64,20 +64,20 @@ spec: httpGet: path: /health port: 3001 - initialDelaySeconds: 5 + initialDelaySeconds: 10 periodSeconds: 30 readinessProbe: httpGet: path: /health port: 3001 - initialDelaySeconds: 3 + initialDelaySeconds: 5 periodSeconds: 10 resources: requests: - memory: "32Mi" + memory: "64Mi" cpu: "10m" limits: - memory: "128Mi" + memory: "256Mi" cpu: "200m" imagePullSecrets: