* Add optional support for configuring Prometheus scrape via Prometheus-Operator ServiceMonitor
Signed-off-by: thomasriley <twriley@outlook.com>
* Bump Chart version
Signed-off-by: thomasriley <twriley@outlook.com>
* Fix linting error
Signed-off-by: thomasriley <twriley@outlook.com>
* Make the namespace value optional and remove the unnecessary telemetryPath & interval options
Signed-off-by: thomasriley <twriley@outlook.com>
* Re-add interval and metrics path options but make them optional
Signed-off-by: thomasriley <twriley@outlook.com>
* [stable/kibana] Fix indentation for initContainers
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/kibana] Add test case
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/kibana] Bump version
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/kibana] Simplify dashboardImport testcase
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/kibana] Add testcase for all init container types
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
* [stable/kibana] Update logtrail plugin to v6.6.0 compatible
Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
Add another option to use a Kubernetes Secret for settings
encryption by setting the the sonar.secretKeyPath property
and mounting the actual secret file as a volume.
Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
This commit allows the specification of custom PrometheusRule
resources via alertmanager.additionalPrometheusRules.
To assist the implementation, the ServiceMonitor manifest has also been
updated to remove the v1 List type, which was subsequently clobbered.
Signed-off-by: Ash Caire <ash.caire@gmail.com>
* [stable/mongodb] Allow extra parameters in metrics exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Remove ghost values
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Remove trailing whitespace
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
Currently an empty ruleSelector or ruleNamespaceSelector does not select
all PrometheusRules or Namespaces respectively. Fix the prometheus
template to allow empty ruleSelector and ruleNamespaceSelector.
Signed-off-by: Nick Troast <ntroast@gmail.com>
* Add options to change volume mount propagation
Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
* Add missing new line
Signed-off-by: Karol Chrapek <kaarol@it-flow.pl>
* move the API_HOST variable to deck.yml, where it belongs
Signed-off-by: Miles Matthias <mmatthias@google.com>
* bump chart version for gate fix
Signed-off-by: Miles Matthias <mmatthias@google.com>
* noting where additional config maps are written to disk may be helpful to beginners
Signed-off-by: Miles Matthias <mmatthias@google.com>
* bump chart version number per vic
Signed-off-by: Miles Matthias <mmatthias@google.com>
* allow to configure operator log level
Signed-off-by: Itay Shakury <itay@itaysk.com>
* bump chart version again after rebase
Signed-off-by: Itay Shakury <itay@itaysk.com>
* Integrated optional support for hostPort on admin, proxy and tls.
Signed-off-by: Patrick Hütter <p.huetter@encircle360.com>
* Chart version bump
Signed-off-by: Patrick Hütter <p.huetter@encircle360.com>
* [stable/superset] Use the target port number instead of a name
Older (but still actual) versions of some Network Policy providers don't support named ports as
a value of `targetPort` field in the Service spec.
Changing it to the number shouldn't break the UX for existing installations.
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/superset] Bump version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* Add vsliouniaev to approvers, reviewers
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Bump chart vers
Seems strange, to have to bump for things in the ignore file
Signed-off-by: Vasily <vasily.sliouniaev@jet.com>
* Workaround k8s exec probe timeoutSeconds
We've found that redis-cli can hang and not return in some
circumstances (e.g. when the persistentVolume is not responding).
Kubernetes probes that run in Docker containers currently ignore
the timeoutSeconds specified in the probe. [0]
To workaround this, pass the timeoutSeconds as a parameter to the
scripts, and use the timeout tool to send a SIGKILL to redis-cli
if it's hasn't responded after the timeout expires.
[0] https://github.com/kubernetes/kubernetes/pull/58925
Signed-off-by: Severn Tsui <stsui@carnegietechnologies.com>
* Merge timeout line into same line as shell command
Do it for the helper, the same way it was done in the SS
Signed-off-by: Severn Tsui <stsui@carnegietechnologies.com>
* move the API_HOST variable to deck.yml, where it belongs
Signed-off-by: Miles Matthias <mmatthias@google.com>
* bump chart version for gate fix
Signed-off-by: Miles Matthias <mmatthias@google.com>
* traefik: update to 1.7.9
Signed-off-by: Leo Antunes <leo@costela.net>
* traefik: increase memory limit to 40Mib
Signed-off-by: Leo Antunes <leo@costela.net>
* traefik: replace cpu/memory limits with resources
This deprecates the {cpu,memory}{Request,Limit} parameters and
introduces the `resources` parameter.
Signed-off-by: Leo Antunes <leo@costela.net>
- moved Master.Sidecars.other to correct location
- added documentation for Master.JCasC.enabled
- made 'jenkins' the primary container again
- bumped chart version
- replaced tabs with spaces in README
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
* [stable/sonarqube] bump version to 7.6
Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>
* [stable/sonarqube] bump version in readme
Signed-off-by: Jannis Oeltjen <oss@jcoeltjen.de>