- Define
remediation
actions for production issues
version: 0.2.0
kind: Remediation
metadata:
name: remediation-service-carts
spec:
remediations:
- problemType: Response time degradation
actionsOnOpen:
- name: Scaling ReplicaSet by 1
description: Scaling the ReplicaSet of a Kubernetes Deployment by 1
action: scaling
value:
increment: +1
- problemType: Failure rate increase
actionsOnOpen:
- name: Toggle feature flag
action: featuretoggle
description: Toggle feature flag PromotionCampaign from ON to OFF
value:
PromotionCampaign: off