summaryrefslogtreecommitdiffstats
path: root/kubernetes/strimzi/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17[COMMON] Update Makefiles to enable parallelizationAndreas Geissler1-1/+1
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
2022-06-01[STRIMZI] Add quorum hostname verify flagefiacor1-1/+1
Increase replicas to 3 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I74a448187dc18f1659d1b44d5738f8b196d78dc9 Issue-ID: OOM-1
2022-04-08[STRIMZI] Fix random node port allocationefiacor1-1/+1
Assign fixed nodeports for strimzi Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib28d18ac0825523e897c529ca13712d2fc83ee67 Issue-ID: OOM-2960
2022-03-31[STRIMZI] Adding strimzi projectefiacor1-0/+52
Deploy a 2 node replica strimzi kafka cluster Reduce MR kafka to 1 replica Add kafka ready check to cps-temporal Update readthedocs with strimzi prerequisite Modify deploy.sh to deploy the strimzi kafka in advance Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I87e54ad69a174174cb86f096c07d58878e3ab14e Issue-ID: DMAAP-1621