Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/wildfly] Use different liveness/readiness probes #26122

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitnami/wildfly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ maintainers:
name: wildfly
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly
version: 20.0.1
version: 20.0.2
5 changes: 2 additions & 3 deletions bitnami/wildfly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ startupProbe:
failureThreshold: 6
successThreshold: 1
## @param livenessProbe.enabled Enable livenessProbe
## @skip livenessProbe.httpGet
## @skip livenessProbe.tcpSocket
## @param livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
## @param livenessProbe.periodSeconds Period seconds for livenessProbe
## @param livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
Expand All @@ -348,8 +348,7 @@ startupProbe:
##
livenessProbe:
enabled: true
httpGet:
path: /
tcpSocket:
port: http
initialDelaySeconds: 120
periodSeconds: 10
Expand Down
Loading