Skip to content

Commit

Permalink
fix(vmagent): Use endpoints instead of endpointslices on kubernetes-a…
Browse files Browse the repository at this point in the history
…piservers (#574)
  • Loading branch information
mkilchhofer committed Jul 11, 2023
1 parent 3a29efb commit d43e754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ config:
# well as HA API server deployments.
- job_name: "kubernetes-apiservers"
kubernetes_sd_configs:
- role: endpointslices
- role: endpoints
# Default to scraping over https. If required, just disable this or change to
# `http`.
scheme: https
Expand Down

0 comments on commit d43e754

Please sign in to comment.