(chore) add parent level kafka csv and package manifests (#55)

Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2019-11-13 15:47:51 +05:30
committed by Chandan Kumar
parent 99b307c7b1
commit bf428239df
3 changed files with 41 additions and 3 deletions

View File

@@ -18,6 +18,3 @@ experiments:
- name: disk-fill
CSV: disk-fill.chartserviceversion.yaml
desc: "disk-fill"
- name: disk-loss
CSV: disk-loss.chartserviceversion.yaml
desc: "disk-loss"

View File

@@ -0,0 +1,36 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: kafka
version: 0.1.0
annotations:
categories: Kafka
chartDescription: Injects chaos on kafka components
spec:
displayName: Kafka Chaos
categoryDescription: >
Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, fast,
and runs in production in thousands of compani
experiments:
- kafka-broker-pod-failure
keywords:
- Kubernetes
- Kafka
maturity: alpha
maintainers:
- name: ksatchit
email: karthik.s@mayadata.io
minKubeVersion: 1.12.0
provider:
name: Mayadata
links:
- name: Kafka Website
url: http://kafka.apache.org/
- name: Source Code
url: https://github.com/litmuschaos/litmus/tree/master/experiments/kafka
- name: Community Slack
url: https://app.slack.com/client/T09NY5SBT/CNXNB0ZTN
icon:
- url:
mediatype:
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/kafka/experiments.yaml

View File

@@ -0,0 +1,5 @@
packageName: kafka
experiments:
- name: kafka-broker-pod-failure
CSV: kafka-broker-pod-failure.chartserviceversion.yaml
desc: "kafka-broker-pod-failure"