Skip to content

Commit

Permalink
fix: expose metrics for prometheus properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stc committed Oct 29, 2024
1 parent a5f410c commit 3eb7fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/thundering-herd-scheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.5.0
version: 1.5.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/thundering-herd-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ fullnameOverride: ""

# -- Pod annotations
podAnnotations:
prometheus.io/port: "10251"
prometheus.io/scheme: http
prometheus.io/port: "10259"
prometheus.io/scheme: https
prometheus.io/scrape: "true"
# -- Pod securoty context
podSecurityContext: {}
Expand Down

0 comments on commit 3eb7fe9

Please sign in to comment.