Skip to content

Commit

Permalink
[FIX] metricsPath under .Values.service.admin.metricsPath in values file
Browse files Browse the repository at this point in the history
  • Loading branch information
fleblay committed Nov 28, 2023
1 parent 54b324e commit 18cdf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/charts/kratos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ service:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- Path to the metrics endpoint
metricsPath: /admin/metrics/prometheus
public:
enabled: true
type: ClusterIP
Expand All @@ -54,8 +56,6 @@ service:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- Path to the metrics endpoint
metricsPath: /admin/metrics/prometheus

secret:
# -- switch to false to prevent creating the secret
Expand Down

0 comments on commit 18cdf5e

Please sign in to comment.