(chore) update manifests for getstarted docs (#157)
Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
3ae7c12542
commit
2d0cdd07e8
23
charts/generic/container-kill/engine_nginx_getstarted.yaml
Normal file
23
charts/generic/container-kill/engine_nginx_getstarted.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: litmuschaos.io/v1alpha1
|
||||
kind: ChaosEngine
|
||||
metadata:
|
||||
name: nginx-chaos
|
||||
namespace: nginx
|
||||
spec:
|
||||
annotationCheck: 'true'
|
||||
engineState: 'active'
|
||||
appinfo:
|
||||
appns: 'nginx'
|
||||
applabel: 'app=nginx'
|
||||
appkind: 'deployment'
|
||||
chaosServiceAccount: container-kill-sa
|
||||
# use retain to keep the job for debug
|
||||
jobCleanUpPolicy: 'delete'
|
||||
experiments:
|
||||
- name: container-kill
|
||||
spec:
|
||||
components:
|
||||
env:
|
||||
# specify the name of the container to be killed
|
||||
- name: TARGET_CONTAINER
|
||||
value: 'nginx'
|
Reference in New Issue
Block a user