-
Notifications
You must be signed in to change notification settings - Fork 2k
Add ServiceMonitor to Helm Chart #2831
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
Conversation
commit 3765c38 Merge: 8da9a9c 84cf0d2 Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Thu Jul 7 14:40:49 2022 -0400 Merge branch 'add-servicemonitor' of ssh://github.com/araineUnity/kubernetes-ingress into add-servicemonitor commit 8da9a9c Merge: d743ea0 8ec6e2f Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Thu Jul 7 14:40:45 2022 -0400 Merge branch 'main' into add-servicemonitor commit 84cf0d2 Merge: d743ea0 8ec6e2f Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Thu Jul 7 14:40:18 2022 -0400 Merge branch 'nginxinc:main' into add-servicemonitor commit d743ea0 Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Thu Jul 7 14:39:06 2022 -0400 Added create flag for controller.serviceMonitor. commit 4b8f8fd Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Thu Jul 7 14:35:45 2022 -0400 Added create flag wrapping for the template. commit 02c5690 Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Wed Jun 1 16:08:08 2022 -0400 Add descriptions of new values for ServiceMonitor in the documentation. Clarify naming of matchLabels value. commit 1844f1f Author: araineUnity <77511580+araineUnity@users.noreply.github.com> Date: Wed Jun 1 15:51:37 2022 -0400 Add service monitor definition to the Helm charts for deployment.
Codecov Report
@@ Coverage Diff @@
## main #2831 +/- ##
=======================================
Coverage 53.02% 53.02%
=======================================
Files 58 58
Lines 15641 15641
=======================================
Hits 8294 8294
Misses 7068 7068
Partials 279 279 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
deployments/helm-chart/templates/controller-servicemonitor.yaml
Outdated
Show resolved
Hide resolved
…Unity/kubernetes-ingress into add-servicemonitor-resource
@ciarams87 is this something you'd please be able to review and approve so it gets merged into |
@ciarams87 or @shaun-nx , any feedback on this, or if possible, an approval? :) Thanks! |
@araineUnity @unitygilles sorry for the delay, merging now. |
@araineUnity I think the default value for
(cc @lucacome) |
thanks for catching this @centromere I added the change to #3113 |
Proposed changes
This PR addresses issue 2830, adding the ServiceMonitor template to the basic helm-chart for kubernetes-ingress. This would by default be inactive, only enabled if
controller.serviceMonitor.create
is set.Checklist