Helm chart improvements #995
reubenhEROAD
started this conversation in
Ideas
Replies: 2 comments
-
The method used by the NATS helm chart appears to handle JSON annotation values fine, so using this way could be an option: |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @reubenhEROAD ! Thanks for the detailed suggestion for the helm chart improvement, please go ahead and raise a PR in the Helm repo. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am self hosting featurehub, using terraform to install the helm chart on EKS, and Datadog for observability.
I have had success getting everything running but I did have to make a few modifications to the helm chart. I am wondering if anyone else has encountered these items, if there is any way around them, or if they might be addressed in the future so I can use the provided helm chart instead of self hosting:
toJson
function to the deployment templates like below. Perhaps a solution could be a seperatepodAnnotationsJson
value which converts annotation values into JSON using the helm function..Values.*.prometheus.enabled
enables the ServiceMonitor resources - this requires installation of the prometheus operator into the cluster and is not needed for my case, so ideally there would be a seperate value to toggle to expose prometheus port on the services and enable the ServiceMonitorstatefulSetPodLabels
&commonLabels
- it would be great if the featurehub helm chart could support this.Values.podAnnotations
when it should be.Values.managementRepository.podAnnotations
&.Values.edge.podAnnotations
Maybe I could be the first person to encounter these issues. I am happy to try contribute to improve the helm chart (please let me know if there is anything I need to consider before making a PR?)
Thanks 🙂
Beta Was this translation helpful? Give feedback.
All reactions