Skip to content

Commit 2279cf6

Browse files
committed
failure threshold
1 parent 9906a89 commit 2279cf6

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.0.3] - 2023-06-05
4+
### Chaged
5+
- increased failure threshold
36
## [1.0.2] - 2023-05-25
47

58
### Fixed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.2
18+
version: 1.0.3
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.

chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
httpGet:
6161
path: /
6262
port: {{ $livenessPort }}
63-
failureThreshold: 1
63+
failureThreshold: 10
6464
periodSeconds: 10
6565
startupProbe:
6666
httpGet:

0 commit comments

Comments
 (0)