Before this PR, in case the dashboard was not enabled, the Prometheus metrics were disabled.
It is now possible to enable Prometheus metrics having at the same time the dashboard disabled.
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
* Endpoint for RabbitMQ Prometheus native port
The features add a new Endpoint for Prometheus, by default is 15692
Important for use the feature `kubernetes_sd_configs: - role: pod`
Complete the PR: https://github.com/helm/charts/pull/17925
Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
* Added service monitor for the native prometheus rabbitmq plugin
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Increase Chart version as 1.34.1 is already released
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Removed metrics port from service-discovery
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Cleaned duplication in servicemonitor and added the new values in Readme
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Upgraded RabbitMQ to 3.8.0-alpine
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Removed hardcoded metrics port value in StatefulSet
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Fixed trailing spaces for linting checks
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Simplified ServiceMonitor endpoints
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Fixed appVersion in Chart and Readme
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Added ci test values for prometheus exporter and native plugin
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* Disable prometheus.operator in ci test values
Signed-off-by: Mihai Anei <mihai.anei@gmail.com>
* updates related to ignite release with unofficial image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update with latest image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump the chart minor version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update with official image tag
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump dockerProviderVersion
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update to latest agent image and bumping docker provider version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump chart version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* revert 1.16 api version updates
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* doc update for kubernetes version support
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* [stable/velero] Restic optional extra volumes and volumeMounts
For example to add CA certificates to the Velero deployment
Equal functionality as my last PR #18120. But this time it's for the
Restic daemonset.
Signed-off-by: Rick Haan <rickhaan94@gmail.com>
* [stable/velero] Fix typo in README.md
Signed-off-by: Rick Haan <rickhaan94@gmail.com>
* Remove CRD hooks from CI entirely
Installing the operator by itself will create CRDs in the cluster
idempotently. We can then run the rest of the tests safely
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* Remove irrelevant value
This cannot be relied upon because "CRD deletion is slow". Despite this
being a closed bug it's still an issue https://github.com/helm/helm/issues/4489
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* [stable/mcrouter] upgrade requirements
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* update requirements
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* Update deployment.yaml
For newer releases this will be supported/needed. K8 v.1.15.* can already handle the versionApi: "apps/v1".
Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>
* Update Chart version
Signed-off-by: XHPJ <xheladinpopaj@hotmail.com>
* adds compatibility for deployment api version
Signed-off-by: Janusz Bialy <janusz.bialy@qlik.com>
* adds backwards compatibility for ingress api version
Signed-off-by: Janusz Bialy <janusz.bialy@qlik.com>
* adds function to determine networkPolicy api version
Signed-off-by: Janusz Bialy <janusz.bialy@qlik.com>
* bump Chart version
Signed-off-by: Janusz Bialy <janusz.bialy@qlik.com>
* apply the correct template directive to NodePort field
Signed-off-by: Pengfei Xuan <pfxuan@gmail.com>
* bumped the version to 4.1.4
Signed-off-by: Pengfei Xuan <pfxuan@gmail.com>
update the service templates to evaluate the annotations as a template,
to allow people to use dynamic values in annotations key or values.
Signed-off-by: Vincent Behar <v.behar@free.fr>
* Remove cert-manager parameter for wordpress schema
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>
* Bump the chart version again
Signed-off-by: Andres Martinez Gotor <andres@bitnami.com>
update the service templates to evaluate the annotations as a template,
to allow people to use dynamic values in annotations key or values.
Signed-off-by: Vincent Behar <v.behar@free.fr>
update the service template to evaluate the annotations as a template,
to allow people to use dynamic values in annotations key or values.
Signed-off-by: Vincent Behar <v.behar@free.fr>
* [stable/redis-ha] Remove conversion of replicas
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/redis-ha] Bump chart version
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/redis-ha] Fixed overzealous deletion
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/redis-ha] Cast replicas to string
This is in order to allow gotpl to cast it to an int
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/redis-ha] Fix missing string cast of replicas
Signed-off-by: Paul Farver <paulfarver@gmail.com>
* [stable/redis-ha] Bump chart version
Signed-off-by: Paul Farver <paulfarver@gmail.com>