Skip to content

Commit

Permalink
Merge pull request #10 from Unleash/fix-9
Browse files Browse the repository at this point in the history
Changing default probe endpoint from / to /health.
  • Loading branch information
ivarconr authored Mar 1, 2021
2 parents a9ba642 + 98b62ff commit 08ae734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/unleash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sources:
- https://github.com/Unleash/unleash-docker
- https://github.com/Unleash/helm-charts
type: application
version: 1.0.2
version: 1.0.3
4 changes: 2 additions & 2 deletions charts/unleash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ ingress:

livenessProbe:
enabled: true
path: /
path: /health
initialDelaySeconds: 30
timeoutSeconds: 10

Expand All @@ -177,7 +177,7 @@ podAnnotations: {}

readinessProbe:
enabled: true
path: /
path: /health
initialDelaySeconds: 30
timeoutSeconds: 10
periodSeconds: 10
Expand Down

0 comments on commit 08ae734

Please sign in to comment.