Upstream Component Undeployed Notification
Overview
| Properties | |
|---|---|
| Kind | notification:upstream-component-undeployed |
| When | An upstream component has been undeployed on one of the configured triggerEnvironments and one or more consumer system is impacted |
| Recipient types | Consumer Systems Owners |
Additional configurations
To let witboost inform users about an undeployed upstream component, you need to configure the set of environments that fires this notification.
This can be done in your values.yaml by adding the following lines under the notifications section at the root level:
# inside your values.yaml
ui:
appConfig:
# ... other configurations ...
notifications:
upstreamComponentUndeployed:
triggerEnvironments: ['production'] # Write the name of the environments in which you would like the notification to be sent
The name of the environments should match any of the environments configured in your witboost installation. It should be one or more items listed under ui.appConfig.mesh.builder.environments.
JSON Schema
Loading ....