How can I add service annotations in the Jaeger manifest? #1338
-
As the title say, How can I add service annotations in the Jaeger manifest ? The jaeger offical document only have the sample to alter the deployment annotations. I can not find how to alter the jaeger install manifest to add annotation in jaeger offical document. someone can help me! thanks!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You can add annotations to components, but not directly to the underlying resources (deployments, services, ...). The annotation you add to the component is then propagated down to the resources. |
Beta Was this translation helpful? Give feedback.
You can add annotations to components, but not directly to the underlying resources (deployments, services, ...). The annotation you add to the component is then propagated down to the resources.