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: