* Use single consul token for vault and consul agent
Signed-off-by: Cyrille <cyrille@omise.co>
* Bump version
Signed-off-by: Cyrille <cyrille@omise.co>
* [incubator/cassandra] rename backup.image.repository, update default value, add support for google credentials as a secret
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] cleanup
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] comment
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] Fix chart not being upgradable by removing mutable label from VolumeClaimTemplate
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] Update readme regarding chart not being upgradable
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] readme small update
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] remove heritage from volumeClaimTemplates labels
Signed-off-by: Simon Hardy <sha@taktik.com>
* Make access-logs side-car container configurable
Configurable image and resources.
Signed-off-by: Magnus Hyllander <magnus.hyllander@hivestreaming.com>
* Make prometheus-exporter side-car container configurable
Configurable resources and extraArgs.
Signed-off-by: Magnus Hyllander <magnus.hyllander@hivestreaming.com>
* Chart version 0.0.12
Minor README and other fixes.
Signed-off-by: Magnus Hyllander <magnus.hyllander@hivestreaming.com>
* allow extra volumes to be mounted
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* remove customSecrets and replace with comment in extraVolumeMounts
Custom secrets can be mounted into the pod using extraVolumeMounts.
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* Remove remaining reference to customSecret and update comment
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* bump minor version
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* re-increment Chart version
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* add info for migrating custom secrets
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* [incubator/zookeeper] Move container command and arguments into values.yaml. This opens the door for chart users to experiment with non-default container images.
Signed-off-by: Ben Tucker <ben_tucker@hotmail.com>
* [incubator/zookeeper] Increment version in Chart.yaml
Signed-off-by: Ben Tucker <ben_tucker@hotmail.com>
* Adding rundeck to incubator
Signed-off-by: Edward Vella <hello@dwardu.com>
* Adding new lines
Signed-off-by: Edward Vella <hello@dwardu.com>
* Fixing the configmap generation
Signed-off-by: Edward Vella <hello@dwardu.com>
* Fix Values
Signed-off-by: Edward Vella <hello@dwardu.com>
This adds detailed instructions and an example to setup broker external
access using external service type NodePort and LoadBalancer. These
instructions will help people new to kafka deployments avoid making
mistakes with broker setup.
Signed-Off-By: Mayank Kapoor <mayankkapoormail@gmail.com>
headless port
This fixes an issue caused by an earlier commit where the external
brokers were returning internal broker urls.
Fixes#12876
Signed-Off-By: Mayank Kapoor <mayankkapoormail@gmail.com>
targetPort for external service brokers
This fixes a bug that broke the external access feature for kafka
brokers. Now the external NodePort routes to the correct targetPort
for kafka brokers.
Fixes#11867
Signed-off-by: Mayank Kapoor <mayankkapoormail@gmail.com>
* Fixed typo in notes
Signed-off-by: David Jannotta <djannotta@gmail.com>
* Bumped version to 0.14.1
Signed-off-by: David Jannotta <djannotta@gmail.com>
Statefulsets from kubernetes 1.9 set label statefulset.kubernetes.io/pod-name to pod name.
Thus setting label pod in initcontainer is not needed anymore.
Also rbac settings, previously needed by initContainer are not needed.
Signed-off-by: Tomasz Szuba <tomasz.szuba@hltech.com>
* [mongodb] Update README with ingress setup
Signed-off-by: Chirica Gheorghe <chiricagheorghe@gmail.com>
* [kubeless] Add option to set functions-namespace
Signed-off-by: Chirica Gheorghe <chiricagheorghe@gmail.com>
* use tpl function for tcp-configmap values
Signed-off-by: Aron Parsons <aron@knackworks.com>
* allow disabling static ports in the service and deployment
Signed-off-by: Aron Parsons <aron@knackworks.com>
* expect successful response if uninitialized or sealed for liveness check
Signed-off-by: Janusz Bialy <jbialy@gmail.com>
* bump chart version
Signed-off-by: Janusz Bialy <jbialy@gmail.com>
* bump chart ver
Signed-off-by: Janusz Bialy <jbialy@gmail.com>
* liveness check should pass if vault is sealed
Signed-off-by: Janusz Bialy <jbialy@gmail.com>
* vault should be considered alive if sealed and uninitilized
Signed-off-by: Janusz Bialy <jbialy@gmail.com>
* [incubator/cassandra] rename backup.image.repository, update default value, add support for google credentials as a secret
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] cleanup
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/cassandra] comment
Signed-off-by: Simon Hardy <sha@taktik.com>
* [incubator/vault] tolerations and nodeSelector
Signed-off-by: Denis Baryshev <dennybaa@gmail.com>
* [incubator/vault] liveness and readiness improvements
Signed-off-by: Denis Baryshev <dennybaa@gmail.com>
* Bump minor version for new features
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
* fix antiaffinity label to label used with deployment
Signed-off-by: Aleksandr Vorona <av@arilot.com>
* Chart Version bumped
Signed-off-by: Aleksandr Vorona <av@arilot.com>
* use httpGet instead of TCP socket
Signed-off-by: Janusz Bialy <janusz.bialy@qlik.com>
* bump chart version
Signed-off-by: Janusz Bialy <jbialy@gmail.com>
* allow usage of config in existing configmap
Signed-off-by: Louise Champ <louise@livewyer.com>
* reformat comments
Signed-off-by: Louise Champ <louise@livewyer.com>
* Bumping chart version
Signed-off-by: Matt Farina <matt@mattfarina.com>
* allow extra init containers to be added
Signed-off-by: Michael Raimondi <mike@mikeraimondi.com>
* fix extraInitContainers default to be `{}`
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* document default of extraInitContainers to be `{}`
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>