mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
17 lines
324 B
YAML
17 lines
324 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: coturn
|
|
namespace: coturn
|
|
spec:
|
|
dnsNames:
|
|
- coturn.stonegarden.dev
|
|
issuerRef:
|
|
group: cert-manager.io
|
|
kind: ClusterIssuer
|
|
name: cloudflare-cluster-issuer
|
|
secretName: coturn-cert
|
|
usages:
|
|
- digital signature
|
|
- key encipherment
|