From 1332b611a3bbad6d4fd0fe595e6232f32936c681 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 21 May 2026 15:52:48 -0300 Subject: [PATCH] vault-csi: tolerate busy-node probe delays --- infrastructure/vault-csi/vault-csi-provider.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/vault-csi/vault-csi-provider.yaml b/infrastructure/vault-csi/vault-csi-provider.yaml index 0b63d1c5..ab177bd0 100644 --- a/infrastructure/vault-csi/vault-csi-provider.yaml +++ b/infrastructure/vault-csi/vault-csi-provider.yaml @@ -79,8 +79,8 @@ spec: - -endpoint=/provider/vault.sock - -log-level=info resources: - requests: { cpu: 50m, memory: 100Mi } - limits: { cpu: 50m, memory: 100Mi } + requests: { cpu: 75m, memory: 100Mi } + limits: { cpu: 200m, memory: 128Mi } volumeMounts: - { name: providervol, mountPath: "/provider" } livenessProbe: @@ -88,21 +88,21 @@ spec: path: "/health/ready" port: 8080 scheme: "HTTP" - failureThreshold: 2 + failureThreshold: 3 initialDelaySeconds: 5 periodSeconds: 5 successThreshold: 1 - timeoutSeconds: 3 + timeoutSeconds: 5 readinessProbe: httpGet: path: "/health/ready" port: 8080 scheme: "HTTP" - failureThreshold: 2 + failureThreshold: 3 initialDelaySeconds: 5 periodSeconds: 5 successThreshold: 1 - timeoutSeconds: 3 + timeoutSeconds: 5 volumes: - name: providervol hostPath: