Created
May 20, 2020 15:43
-
-
Save ksatchit/077d4fb25e931d54bba269ed522fea88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: litmuschaos.io/v1alpha1 | |
kind: ChaosEngine | |
metadata: | |
name: nginx-chaos | |
namespace: default | |
spec: | |
appinfo: | |
appns: 'default' | |
applabel: 'run=nginx' | |
appkind: 'deployment' | |
annotationCheck: 'true' | |
engineState: 'active' | |
auxiliaryAppInfo: '' | |
chaosServiceAccount: pod-delete-sa | |
monitoring: false | |
components: | |
runner: | |
runnerannotation: | |
testrunner.io/chaos: "true" | |
jobCleanUpPolicy: 'retain' | |
experiments: | |
- name: pod-delete | |
spec: | |
components: | |
experimentannotation: | |
testexp.io/chaos: "true" | |
env: | |
- name: TOTAL_CHAOS_DURATION | |
value: '30' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment