-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[helm] Adding some of the information required by ArtifactsHub.io
Signed-off-by: dd di cesare <[email protected]>
- Loading branch information
1 parent
5d29041
commit 2c81084
Showing
1 changed file
with
34 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -23,3 +23,37 @@ maintainers: | |
name: Didier Di Cesare | ||
- email: [email protected] | ||
name: Eguzki Astiz Lezaun | ||
annotations: | ||
artifacthub.io/category: security | ||
artifacthub.io/crds: | | ||
- kind: Limitador | ||
version: v1alpha1 | ||
name: limitadors.limitador.kuadrant.io | ||
displayName: Limitador | ||
description: Configures an instance of Limitador Service and defines its limits. | ||
artifacthub.io/crdsExamples: | | ||
- apiVersion: limitador.kuadrant.io/v1alpha1 | ||
kind: Limitador | ||
metadata: | ||
name: limitador-sample | ||
spec: | ||
listener: | ||
http: | ||
port: 8080 | ||
grpc: | ||
port: 8081 | ||
limits: | ||
- conditions: ["get_toy == 'yes'"] | ||
max_value: 2 | ||
namespace: toystore-app | ||
seconds: 30 | ||
variables: [] | ||
name: "toy_get_route" | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/links: | | ||
- name: Kuadrant | ||
url: https://kuadrant.io | ||
- name: Github | ||
url: https://github.com/Kuadrant/limitador-operator | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install |