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:
29
charts/azure/azure-instance-stop/engine.yaml
Normal file
29
charts/azure/azure-instance-stop/engine.yaml
Normal 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: ''
|
||||
|
Reference in New Issue
Block a user