We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to scrape the metrics from each vault injector pod, right now it's not doable since the pods are not exposed in the deployment.
The text was updated successfully, but these errors were encountered:
Hi, any idea if we could try to solve it or that I'm doing it wrong? Right now I need to add a patch like so:
strategicMergePatches: - apiVersion: apps/v1 kind: Deployment metadata: name: vault-agent-injector namespace: vault spec: template: spec: containers: - name: sidecar-injector ports: - containerPort: 8080 name: traffic protocol: TCP
Sorry, something went wrong.
No branches or pull requests
Hi,
I want to scrape the metrics from each vault injector pod, right now it's not doable since the pods are not exposed in the deployment.
The text was updated successfully, but these errors were encountered: