diff --git a/charts/tandoor-recipes/Chart.yaml b/charts/tandoor-recipes/Chart.yaml index db5bc02..0ce36c1 100644 --- a/charts/tandoor-recipes/Chart.yaml +++ b/charts/tandoor-recipes/Chart.yaml @@ -16,7 +16,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.3.0 +version: 0.3.1 # 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/tandoor-recipes/templates/deployment.yaml b/charts/tandoor-recipes/templates/deployment.yaml index cf28ac6..31c5ea0 100644 --- a/charts/tandoor-recipes/templates/deployment.yaml +++ b/charts/tandoor-recipes/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: path: /accounts/login/ port: http periodSeconds: 3 - failureThreshold: 30 + failureThreshold: 40 resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: