Skip to content

Commit

Permalink
increased readiness and liveness probe delay to 120 (#112)
Browse files Browse the repository at this point in the history
* increased readiness and liveness probe delay to 120

* Signed-off-by: Matt Ray <github@mattray.dev>

---------

Co-authored-by: Matt Ray <github@mattray.dev>
  • Loading branch information
TheisFerre and mattray committed Aug 31, 2023
1 parent 62ffb59 commit 0ba35f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/opencost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- kubecost
- opencost
- monitoring
version: 1.19.2
version: 1.19.3
maintainers:
- name: mattray
url: https://mattray.dev
Expand Down
2 changes: 1 addition & 1 deletion charts/opencost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

OpenCost and OpenCost UI

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

Expand Down
4 changes: 2 additions & 2 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ opencost:
# -- Whether probe is enabled
enabled: true
# -- Number of seconds before probe is initiated
initialDelaySeconds: 30
initialDelaySeconds: 120
# -- Probe frequency in seconds
periodSeconds: 10
# -- Number of failures for probe to be considered failed
Expand All @@ -88,7 +88,7 @@ opencost:
# -- Whether probe is enabled
enabled: true
# -- Number of seconds before probe is initiated
initialDelaySeconds: 30
initialDelaySeconds: 120
# -- Probe frequency in seconds
periodSeconds: 10
# -- Number of failures for probe to be considered failed
Expand Down

0 comments on commit 0ba35f3

Please sign in to comment.