Skip to content
New issue

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

Support for custom podAnnotations, no hardcoded defaults #31

Open
fuine6 opened this issue Jan 30, 2022 · 0 comments
Open

Support for custom podAnnotations, no hardcoded defaults #31

fuine6 opened this issue Jan 30, 2022 · 0 comments

Comments

@fuine6
Copy link

fuine6 commented Jan 30, 2022

Sorry, my english is poor.

Current hardcoded Annotations

prometheus.io/scrape: "true"
prometheus.io/port: {{ .Values.service.port | quote }}
prometheus.io/path: "/metrics"

Annotations I need

prometheus.io/scrape: "false"
prometheus.io/scrape_every_5s: "true"
prometheus.io/port: {{ .Values.service.port | quote }}
prometheus.io/path: "/metrics"

I need a way to override the default like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant