Created
May 22, 2019 13:58
-
-
Save ksatchit/bbf5d2ba0b9a7aae70b8e0d8e869014f 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: engine-nginx | |
spec: | |
appinfo: | |
appns: default | |
applabel: "app=nginx" | |
experiments: | |
- name: pod-delete | |
spec: | |
rank: 1 | |
- name: container-kill | |
spec: | |
rank: 2 | |
schedule: | |
interval: "half-hourly" | |
excludedTimes: "" | |
excludedDays: "" | |
concurrencyPolicy: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment