* Added charts for http reset peer; Added comments in http-chaos-latency Signed-off-by: avaakash <as86414@gmail.com>
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
apiVersion: litmuchaos.io/v1alpha1
|
|
kind: ChartServiceVersion
|
|
metadata:
|
|
name: pod-http-reset-peer
|
|
version: 0.1.0
|
|
annotations:
|
|
categories: generic
|
|
spec:
|
|
displayName: pod-http-reset-peer
|
|
categoryDescription: >
|
|
it injects http reset into the pod which stops outgoing http requests by resetting the TCP connection and then reverts back to the original state after the specified duration
|
|
keywords:
|
|
- "pods"
|
|
- "kubernetes"
|
|
- "generic"
|
|
- "exec"
|
|
- "http"
|
|
- "loss"
|
|
platforms:
|
|
- "Minikube"
|
|
maturity: alpha
|
|
maintainers:
|
|
- name: Akash Shrivastava
|
|
email: akash.shrivastava@harness.io
|
|
minKubeVersion: 1.12.0
|
|
provider:
|
|
name: Harness
|
|
labels:
|
|
app.kubernetes.io/component: chartserviceversion
|
|
app.kubernetes.io/version: latest
|
|
links:
|
|
- name: Source Code
|
|
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/generic/pod-http-reset-peer
|
|
- name: Documentation
|
|
url: https://litmuschaos.github.io/litmus/experiments/categories/pods/pod-http-reset-peer/
|
|
icon:
|
|
- base64data: ""
|
|
mediatype: ""
|
|
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/generic/pod-http-reset-peer/experiment.yaml |