Skip to content

Commit

Permalink
[stable/fairwinds-insights] Add options to probes (#1347)
Browse files Browse the repository at this point in the history
* Add options to probes

* Update Chart.yaml

* Update deployment-api.yaml

* update changelog
  • Loading branch information
rbren authored Oct 16, 2023
1 parent 03ca0c9 commit e4a5b87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions stable/fairwinds-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 0.21.3
* Refine liveness and readiness probes to make them more robust

## 0.21.2
* Update application version to 14.3. [See the release notes for more details](https://insights.docs.fairwinds.com/release-notes)
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "14.3"
description: A Helm chart to run the Fairwinds Insights server
name: fairwinds-insights
version: 0.21.2
version: 0.21.3
kubeVersion: ">= 1.22.0-0"
maintainers:
- name: rbren
Expand Down
6 changes: 6 additions & 0 deletions stable/fairwinds-insights/templates/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ spec:
httpGet:
path: /health
port: http
timeoutSeconds: 5
periodSeconds: 5
failureThreshold: 12
readinessProbe:
httpGet:
path: /health
port: http
timeoutSeconds: 5
periodSeconds: 5
failureThreshold: 6
volumeMounts:
- name: tmp
mountPath: /tmp
Expand Down

0 comments on commit e4a5b87

Please sign in to comment.