Chore(Infra-Exp): Rename azure-instance-terminate to stop and remove env from vmware engine (#471)

Signed-off-by: udit <udit@chaosnative.com>

Co-authored-by: Shubham Chaudhary <shubham@chaosnative.com>
This commit is contained in:
Udit Gaurav
2021-07-15 12:34:53 +05:30
committed by GitHub
parent 5b9c5a4681
commit 4b97e39544
12 changed files with 75 additions and 61 deletions

View File

@@ -0,0 +1,29 @@
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: nginx-chaos
namespace: default
spec:
engineState: 'active'
chaosServiceAccount: azure-instance-stop-sa
experiments:
- name: azure-instance-stop
spec:
components:
env:
# set chaos duration (in sec) as desired
- name: TOTAL_CHAOS_DURATION
value: '30'
# set chaos intreval (in sec) as desired
- name: CHAOS_INTERVAL
value: '30'
# provide the target instance name
- name: AZURE_INSTANCE_NAME
value: ''
# provide the resource group of the instance
- name: RESOURCE_GROUP
value: ''