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

Add service annotations #651

Open
adubkov opened this issue May 14, 2022 · 5 comments
Open

Add service annotations #651

adubkov opened this issue May 14, 2022 · 5 comments

Comments

@adubkov
Copy link

adubkov commented May 14, 2022

We need to add ability to set annotations to the server object.
I'm trying to use external-dns to point it to internal ip address.

@ishitasequeira
Copy link
Collaborator

Hi @adubkov, can you elaborate on this?

@adubkov
Copy link
Author

adubkov commented May 17, 2022

Argocd operator creates kind: Service object in response of kind: Argocd resource.
It would be great to be able set custom annotations for that service in configuration of kind:Argocd resource.

@davtex
Copy link

davtex commented Nov 8, 2022

We are using Datadog to collect ArgoCD metrics. For this we need to configure annotations on the service, which is not currently possible.

Another usecase is configuring Prometheus with annotations instead of ServiceMonitor.

Configuring service annotations for services created by operator should be IMHO basic functionality same way as it is done for Ingress/Route.

@mikeroth
Copy link

Does this functionality really not exist?

@DerTiedemann
Copy link

I ran into the same issue, trying to add the k9s auto forward annoation to the server. Would be willing to implement 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

5 participants