diff --git a/charts/wallet-service/templates/deployment.yaml b/charts/wallet-service/templates/deployment.yaml index bb2af483282a42c491441b1317424cb8c5679861..0c470e7ae80ce8f98452d56ee0ea099bb2663a31 100644 --- a/charts/wallet-service/templates/deployment.yaml +++ b/charts/wallet-service/templates/deployment.yaml @@ -28,18 +28,18 @@ spec: port: http successThreshold: 1 failureThreshold: 60 - initialDelaySeconds: 15 + initialDelaySeconds: 30 periodSeconds: 3 - timeoutSeconds: 15 + timeoutSeconds: 30 livenessProbe: httpGet: path: /nynja/ethereum/api.v.1.0/version port: http successThreshold: 1 failureThreshold: 15 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 3 - timeoutSeconds: 15 + timeoutSeconds: 30 resources: {{ toYaml .Values.resources | indent 12 }} env: @@ -103,4 +103,4 @@ spec: - name: config configMap: name: {{ template "wallet-service.name" . }} - {{- end }} \ No newline at end of file + {{- end }}