Skip to content

Commit

Permalink
[helm] Adding some of the information required by ArtifactsHub.io
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Nov 5, 2024
1 parent 5d29041 commit 2c81084
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions charts/limitador-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c81084

Please sign in to comment.