diff --git a/charts/thundering-herd-scheduler/Chart.yaml b/charts/thundering-herd-scheduler/Chart.yaml index c7b1e0a..fed9d15 100644 --- a/charts/thundering-herd-scheduler/Chart.yaml +++ b/charts/thundering-herd-scheduler/Chart.yaml @@ -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 diff --git a/charts/thundering-herd-scheduler/values.yaml b/charts/thundering-herd-scheduler/values.yaml index 12442c6..b9df7a4 100644 --- a/charts/thundering-herd-scheduler/values.yaml +++ b/charts/thundering-herd-scheduler/values.yaml @@ -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: {}