* [stable/cerebro] run with security context and be able to run as nonRoot
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* obsolete values
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* [stable/mssql-linux] allow using existing secret for sa password (#16818)
Signed-off-by: Stefan Frye <frye@deitmer-it.de>
* [stable/mssql-linux] bump chart version (#16818)
Signed-off-by: Stefan Frye <frye@deitmer-it.de>
This PR removes exec-based probes that execute redis-cli PING.
In issue #13747 it was discovered that there is a surprisingly large overhead
associated with spawning shell scripts in each container. 3 pods * 2
containers * 2 probes results in 12 shell script executions, which is
compounded by a large, as-yet unexplained, runc overhead.
Considering the nature of redis-ha, these introspective probes are not
necessary since availability and role is determined by the sentinels.
A simple tcpSocket livenessProbe check will confirm open ports that are
ready for communication. The set of sentinel containers then
establishes "readiness" and the address of master and slaves though
a native consensus implementation.
The StatefulSet provides a headless Service which resolves to all active
sentinel Pod IPs via RR DNS. The sentinels in turn elect a master which
is reachable via an "announce" Service with publishNotReadyAddresses
enabled to ensure a stable service IP address for each Pod.
Hence a readinessProbe is needed for neither Redis nor Sentinel.
The entire `redis-ha-healthchecks` ConfigMap was deleted since none of the
scripts are in use anymore.
Signed-off-by: Tobias Wolf <towolf@gmail.com>
Update all environment variable sections in templates to render
variables from Values.env after rendering variables from other sections
of values.yaml. Because the last variable definition wins, this ensures
that users can override settings from elsewhere in values.yaml if needed
without modifying templates, although use cases for this should be rare.
Signed-off-by: Travis Raines <traines@konghq.com>
* [incubator/kafka] update comment
comment how to test when specified ""zookeeper.connect""
Signed-off-by: Xiang Dai <764524258@qq.com>
* bump up version
Signed-off-by: Xiang Dai <764524258@qq.com>
* update comment
Signed-off-by: Xiang Dai <764524258@qq.com>
* [stable/elasticsearch-curator] Update to 5.7.6 by changing docker repository. Also add desaintmartin to maintainers.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* Update stable/elasticsearch-curator/README.md
Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/elasticsearch-curator] Remove @tmestdagh from OWNERS.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/nginx-ingress] Remove obsolete stats configuration (#16137)
The stats nginx-server was removed from nginx-ingress, so references to
to its configration can be removed from the chart.
Signed-off-by: Fabian Breckle <fabian.breckle@breuninger.de>
* [nginx-ingress] Remove deamonset-hostport-values.yaml test
Signed-off-by: Fabian Breckle <fabian.breckle@breuninger.de>
* Updated version of redis_exporter by oliver006 to version 1.0.4
Signed-off-by: Justin Asfour <justin@transit.app>
* Version bump to 3.0.1
Signed-off-by: Justin Asfour <justin@transit.app>
* fix prometheus-operator chart readme
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
* bump chart version
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
* Add ability to define contents of freshclam.conf, bump version
Signed-off-by: Markus Schöpke <markus.schoepke@bedag.ch>
* Add condition for volume and volumeMount
Signed-off-by: Markus Schöpke <markus.schoepke@bedag.ch>