-
Notifications
You must be signed in to change notification settings - Fork 9
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
1923d75
commit d113abc
Showing
1 changed file
with
57 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 |
---|---|---|
|
@@ -22,3 +22,60 @@ maintainers: | |
name: Phil Brookes | ||
- email: [email protected] | ||
name: Didier Di Cesare | ||
annotations: | ||
artifacthub.io/category: networking | ||
artifacthub.io/crds: | | ||
- kind: DNSRecord | ||
version: v1alpha1 | ||
name: dnsrecords.kuadrant.io | ||
displayName: DNSRecord | ||
description: DNSRecord is the Schema for the dnsrecords API. | ||
- kind: DNSHealthCheckProbe | ||
version: v1alpha1 | ||
name: dnshealthcheckprobes.kuadrant.io | ||
displayName: DNSHealthCheckProbe | ||
description: DNSHealthCheckProbe is the Schema for the dnshealthcheckprobes API. | ||
artifacthub.io/crdsExamples: | | ||
- apiVersion: kuadrant.io/v1alpha1 | ||
kind: DNSRecord | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: dnsrecord | ||
app.kubernetes.io/instance: dnsrecord-sample | ||
app.kubernetes.io/part-of: dns-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dns-operator | ||
name: dnsrecord-sample | ||
spec: | ||
providerRef: | ||
name: dns-provider-creds | ||
endpoints: | ||
- dnsName: dnsrecord-simple.example.com | ||
recordTTL: 60 | ||
recordType: A | ||
targets: | ||
- 52.215.108.61 | ||
- 52.30.101.221 | ||
- apiVersion: kuadrant.io/v1alpha1 | ||
kind: DNSHealthCheckProbe | ||
metadata: | ||
name: $NAME | ||
spec: | ||
port: 443 | ||
hostname: test.com | ||
address: 192.168.0.16 | ||
path: /healthz | ||
protocol: HTTPS | ||
interval: 60s | ||
additionalHeadersRef: | ||
name: headers | ||
failureThreshold: 5 | ||
allowInsecureCertificate: True | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/links: | | ||
- name: Kuadrant | ||
url: https://kuadrant.io | ||
- name: Github | ||
url: https://github.com/Kuadrant/dns-operator | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install |