* Following improvements has been ported the charts:
- Added an option to disable Service creation and define a name to use
- Added management center service annotations and https port
- Bump hazelcast to 3.12.3 and management center to 3.12.6
- convert README into asciidoc
- nodeSelector for test scenarios
Signed-off-by: hasancelik <hasan@hazelcast.com>
* increased the chart version number
Signed-off-by: hasancelik <hasan@hazelcast.com>
* changed repo parameter at README
Signed-off-by: hasancelik <hasan@hazelcast.com>
* [stable/redis] Update prerequisites
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
* Rebump chart
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
* Add service.nodePort to README
Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>
* Version bumping
Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>
* Bump minor version
Signed-off-by: Fiore Mario Vitale <mvitale86@gmail.com>
* Update prometheus service and serviceMonitor to not match per-replica service
If the Prometheus per-replica service is enabled along with
`prometheus.serviceMonitor.selfMonitor`, then the match conditions on the
serviceMonitor will also match the per-replica service meaning each
Prometheus server replica will be scraped twice.
This updates the main Prometheus service resource to include a new `self-monitor`
label that will be set to the value of `prometheus.serviceMonitor.selfMonitor`. The
label matching on the Prometheus serviceMonitor has been updated to include a
new condition where the new `self-monitor` label must be present with a the value set
to `true`.
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* Fix per-replica ingress namespace value from #17689
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* Disable node-exporter in prometheus-operator test values
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
* Re-enable node-exporter in test values
Signed-off-by: Shaun Mansell <shaun.s.mansell@gmail.com>
In order to get support of 1.16 node-exporter we need to use
appropriate version of prometheus-node-exporter
Signed-off-by: Dmitriy Rabotyagov <drabotyagov@vexxhost.com>
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [x] [DCO](https://github.com/helm/charts/blob/master/CONTRIBUTING.md#sign-your-work) signed
- [x] Chart Version bumped
- [x] Variables are documented in the README.md
- [x] Title of the PR starts with chart name (e.g. `[stable/chart]`)
* [stable/prometheus-operator] Add percent sign to k8s-coredns dashboard
Multiple pannels where missing a percent sign to clearly show to the
user that the graphs shown are for different percentiles.
Signed-off-by: Lukas Grossar <lukas.grossar@adfinis-sygroup.ch>
* [stable/prometheus-operator] Fix typo in query for k8s-coredns dashboard
Fixed a typo in one of the queries for the "Responses (size, udp)" where
the timeseries for the 90th percentile was not showing up because of a
missing tiled in the query.
Signed-off-by: Lukas Grossar <lukas.grossar@adfinis-sygroup.ch>
* [stable/grafana] Restore envFromSecret old behavior; move secret rendering to envRenderSecret key
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/grafana] Bump chart version
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* bump the unifi docker image to version 5.11.50
* forward port values to unifi docker environment variables
Closes#18051
Signed-off-by: Per Otterström <per.otterstrom@gmail.com>