paralus / helm-charts

Helm charts for Paralus
https://www.paralus.io/
12 stars 15 forks source link

Support different annotations on an Ingress basis #98

Open prometherion opened 1 year ago

prometherion commented 1 year ago

Briefly describe the feature

Currently, the Paralus can be exposed using an Ingress resource, especially:

It would be beneficial if there's the chance to specify specific annotations for each object, rather than having a global set.

What problem does this feature solve? Please link any relevant documentation or Issues

I'm using HAProxy Tech Ingress Controller and the first Ingress object requires a special annotation to offload the TLS/SSL traffic to the pod, instead, the Dashboard one doesn't need this.

However, the Helm Chart doesn't allow specifying specific annotations for each object.

(optional) What is your current workaround?

Manually patching the object upon Helm apply, this doesn't scale approaching a GitOps principle which reapplies the missing annotations.

NikolaBoyko commented 5 months ago

+1