Skip to content

Commit

Permalink
chore: bump helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 20, 2024
1 parent 9672a9f commit 5c1c310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-shopping-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-shopping-demo
description: Steadybit shopping-demo application Helm chart for Kubernetes.
version: 1.1.6
version: 1.1.7
appVersion: latest
type: application
home: https://www.steadybit.com/
Expand Down
6 changes: 4 additions & 2 deletions order/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ spring:
enabled: true

management:
# This property is deprecated: Should be applied at the ObservationRegistry level.
# percentiles: 0.95
metrics:
distribution:
percentiles:
http.server.requests: 0.5, 0.95, 0.99
endpoints:
jmx:
exposure:
Expand Down

0 comments on commit 5c1c310

Please sign in to comment.