Skip to content

Commit 0ba35f3

Browse files
TheisFerremattray
andauthored
increased readiness and liveness probe delay to 120 (#112)
* increased readiness and liveness probe delay to 120 * Signed-off-by: Matt Ray <github@mattray.dev> --------- Co-authored-by: Matt Ray <github@mattray.dev>
1 parent 62ffb59 commit 0ba35f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- kubecost
1010
- opencost
1111
- monitoring
12-
version: 1.19.2
12+
version: 1.19.3
1313
maintainers:
1414
- name: mattray
1515
url: https://mattray.dev

charts/opencost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OpenCost and OpenCost UI
44

5-
![Version: 1.19.2](https://img.shields.io/badge/Version-1.19.1-informational?style=flat-square)
5+
![Version: 1.19.3](https://img.shields.io/badge/Version-1.19.3-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77
![AppVersion: 1.105.2](https://img.shields.io/badge/AppVersion-1.105.2-informational?style=flat-square)
88

charts/opencost/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ opencost:
7878
# -- Whether probe is enabled
7979
enabled: true
8080
# -- Number of seconds before probe is initiated
81-
initialDelaySeconds: 30
81+
initialDelaySeconds: 120
8282
# -- Probe frequency in seconds
8383
periodSeconds: 10
8484
# -- Number of failures for probe to be considered failed
@@ -88,7 +88,7 @@ opencost:
8888
# -- Whether probe is enabled
8989
enabled: true
9090
# -- Number of seconds before probe is initiated
91-
initialDelaySeconds: 30
91+
initialDelaySeconds: 120
9292
# -- Probe frequency in seconds
9393
periodSeconds: 10
9494
# -- Number of failures for probe to be considered failed

0 commit comments

Comments
 (0)