mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 17:55:06 +01:00
14 lines
299 B
YAML
14 lines
299 B
YAML
|
---
|
||
|
apiVersion: cert-manager.io/v1
|
||
|
kind: Certificate
|
||
|
metadata:
|
||
|
name: longhorn-certificate
|
||
|
namespace: longhorn-system
|
||
|
spec:
|
||
|
secretName: longhorn-certificate-secret
|
||
|
dnsNames:
|
||
|
- your-fqdn # <-- Replace with your FQDN
|
||
|
issuerRef:
|
||
|
name: cloudflare-clusterissuer
|
||
|
kind: ClusterIssuer
|