diff --git a/charts/managed-identity-wallet/templates/deployment.yaml b/charts/managed-identity-wallet/templates/deployment.yaml index 4f17ee534..3b18b26cf 100644 --- a/charts/managed-identity-wallet/templates/deployment.yaml +++ b/charts/managed-identity-wallet/templates/deployment.yaml @@ -59,8 +59,8 @@ spec: scheme: HTTP periodSeconds: 5 successThreshold: 1 - timeoutSeconds: 1 - initialDelaySeconds: 90 + timeoutSeconds: 5 + initialDelaySeconds: 30 readinessProbe: failureThreshold: 3 httpGet: @@ -69,12 +69,12 @@ spec: scheme: HTTP periodSeconds: 5 successThreshold: 1 - timeoutSeconds: 1 - initialDelaySeconds: 90 + timeoutSeconds: 5 + initialDelaySeconds: 30 resources: requests: - cpu: "{{ .Values.resources.cpu }}m" - memory: "{{ .Values.resources.memory }}Mi" + cpu: "4" + memory: "1Gi" limits: cpu: "{{ mul .Values.resources.cpu 2 }}m" memory: "{{ .Values.resources.memory }}Mi"