Skip to content

Commit

Permalink
fix: healtcheck path (should be variabilized in futur)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 8, 2023
1 parent f367436 commit 1f8bf8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/coleman-management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.6.1
version: 0.6.2
appVersion: "1.16.0"
6 changes: 3 additions & 3 deletions charts/coleman-management/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
livenessProbe:
failureThreshold: 3
httpGet:
path: /api/healthcheck
path: /actuator/health/liveness
port: http
scheme: HTTP
periodSeconds: 10
Expand All @@ -69,7 +69,7 @@ spec:
readinessProbe:
failureThreshold: 3
httpGet:
path: /api/healthcheck
path: /actuator/health/readiness
port: http
scheme: HTTP
periodSeconds: 10
Expand All @@ -78,7 +78,7 @@ spec:
startupProbe:
failureThreshold: 30
httpGet:
path: /api/healthcheck
path: /actuator/health/liveness
port: http
scheme: HTTP
periodSeconds: 10
Expand Down

0 comments on commit 1f8bf8b

Please sign in to comment.