Random snippets & artifacts on test automation, CI/CD, tools, kubernetes, etc..,
apiVersion: litmuschaos.io/v1alpha1kind: ChaosEnginemetadata:
name: nginx-chaosnamespace: defaultspec:
# It can be app/infraannotationCheck: "true"#ex. values: ns1:name=percona,ns2:run=nginxauxiliaryAppInfo: ""appinfo:
appns: defaultapplabel: "app=nginx"appkind: deploymentchaosServiceAccount: nginx-samonitoring: falsecomponents:
runner:
image: "litmuschaos/chaos-executor:1.0.0"type: "go"# It can be delete/retainjobCleanUpPolicy: deleteexperiments:
- name: container-killspec:
components:
# specify the name of the container to be killed
- name: TARGET_CONTAINERvalue: "nginx"