Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing info for ArtifactHub.io #170

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading