"-extend.query-path" is invalid argument to postgres_exporter since
0.4.x version due to cli library update (ref:
https://github.com/wrouesnel/postgres_exporter/issues/147)
Currently, as a result of invalid argument, metrics container fails
to start.
This commit fixes the issue by replacing broken command line argument
with the corresponding environment variable, as they are more consistent.
Signed-off-by: Igor Zibarev <zibarev.i@gmail.com>
* initial commit - unifi controller chart
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* enabling persistence by default, per guidelines
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* enabling persistence by default, per guidelines
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* changes requested in PR
* Pegging to a certain version for the chart (0.1.0) until otherwise directed
* Using consistent indentation for lists
* Using camelCase
* updating app version to current (5.8.28)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* correcting linting failures
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* adding OWNERS for more timely merges in the future
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Correcting inconsistent service definitions
* fixing inconsistencies with service port & name definitions as described in PR
* bumping app version to current
* correcting typo in Charts.yaml
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* correcting ingress servicePort definition
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* correcting ingress servicePort definition
Signed-off-by: Jeff Billimek <jeff@billimek.com>
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* adding missing NodePort settings
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Expanding service definitions
* The values and readme reflect that the various services (deployment, stun, gui, controller) can handle annotations, but there is no use of those in the templates. This is now fixed
* Added externalTrafficPolicy to all services
* Some of these changes were requested via https://github.com/billimek/billimek-charts/issues/3
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* switching to apps/v1
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* [incubator/kafka] fix script and kafka test
Signed-off-by: Steffen Görlach <stevie-@users.noreply.github.com>
* [incubator/kafka] add feature acls
also add acls if specified in topics
Signed-off-by: Steffen Görlach <stevie-@users.noreply.github.com>
* [incubator/kafka] simple secret mount
be able to only mount a secret to a path into container.
This supports build in /etc/kafka/secrets mountpoint in confluent docker image
Signed-off-by: Steffen Görlach <stevie-@users.noreply.github.com>
* [incubator/kafka] more features
- be able to only mount a secret to a path into container.
-- This supports build in /etc/kafka/secrets mountpoint in confluent docker image
- be able to set env variables
- be able to disable DNS annotations which may conflict if enabled both
- if we have distict external hostnames use service port
Signed-off-by: Steffen Görlach <stevie-@users.noreply.github.com>
* [incubator/kafka] support to set multiple acl operations
Signed-off-by: stevie- <stevie-@users.noreply.github.com>
* [incubator/kafka] support to set multiple acl operations
Signed-off-by: stevie- <stevie-@users.noreply.github.com>
* [incubator/kafka] bump version + minor format fix
Signed-off-by: stevie- <stevie-@users.noreply.github.com>
* [incubator/kafka] be able to set scrapeTimeout
+ bump feature version
Signed-off-by: stevie- <stevie-@users.noreply.github.com>
* Add RootCAs as a configurable value to Traefik chart
Signed-off-by: Rafael Fonseca <me@heyrafael.com>
* Comment out rootCAs by default and bump version
Signed-off-by: Rafael Fonseca <me@heyrafael.com>
This was preventing any upgrades because kubernetes made the selector
immutable and the chart version changes between upgrades of charts.
fix#8102
Signed-off-by: Rio Kierkels <riokierkels@gmail.com>