diff --git a/charts/graph-node/Chart.yaml b/charts/graph-node/Chart.yaml index cd386ab..93e467a 100644 --- a/charts/graph-node/Chart.yaml +++ b/charts/graph-node/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/graph-node/templates/deployment.yaml b/charts/graph-node/templates/deployment.yaml index eadf10a..0ff6713 100644 --- a/charts/graph-node/templates/deployment.yaml +++ b/charts/graph-node/templates/deployment.yaml @@ -86,14 +86,14 @@ spec: httpGet: path: / port: http - initialDelaySeconds: 30 + initialDelaySeconds: 180 periodSeconds: 30 timeoutSeconds: 20 readinessProbe: httpGet: path: / port: http - initialDelaySeconds: 30 + initialDelaySeconds: 180 periodSeconds: 30 timeoutSeconds: 20 resources: