generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update UI with improved notifications (#286)
* Nats backend notification * First try: human-readable info * Add callout warning when NATS unavailable * Add alert for empty backend * Add empty backend sample Improve visibility of alerts
- Loading branch information
1 parent
5ca4bf3
commit def15e8
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: operator.kyma-project.io/v1alpha1 | ||
kind: Eventing | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: eventing | ||
app.kubernetes.io/instance: eventing | ||
app.kubernetes.io/part-of: eventing-manager | ||
app.kubernetes.io/created-by: eventing-manager | ||
name: eventing | ||
namespace: kyma-system | ||
spec: | ||
publisher: | ||
replicas: | ||
min: 2 | ||
max: 2 | ||
resources: | ||
limits: | ||
cpu: 500m | ||
memory: 512Mi | ||
requests: | ||
cpu: 40m | ||
memory: 64Mi |
This file contains 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
This file contains 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
This file contains 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