Skip to content

Commit

Permalink
Merge pull request #291 from Kuadrant/artifacthub-annotations
Browse files Browse the repository at this point in the history
Preparing info for ArtifactHub.io
  • Loading branch information
maleck13 authored Nov 5, 2024
2 parents 1923d75 + d113abc commit 47f7695
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions charts/dns-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47f7695

Please sign in to comment.