Last active
March 29, 2021 00:18
-
-
Save richardsonlima/6d1a7dda6bc38a8ce8cef564971b9d9e to your computer and use it in GitHub Desktop.
chaos-pod_delete.yaml
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: frontend-chaos | |
namespace: richardsonlima-chaos-demo | |
spec: | |
appinfo: | |
appns: 'demo' | |
applabel: 'app=frontend' | |
appkind: 'deployment' | |
annotationCheck: 'false' | |
engineState: 'active' | |
auxiliaryAppInfo: '' | |
chaosServiceAccount: chaos-sa | |
monitoring: false | |
jobCleanUpPolicy: 'delete' | |
experiments: | |
- name: pod-delete | |
spec: | |
components: | |
env: | |
- name: TOTAL_CHAOS_DURATION | |
value: '30' | |
- name: CHAOS_INTERVAL | |
value: '10' | |
- name: FORCE | |
value: 'false' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment