feat: deploy ConvertX

This commit is contained in:
2026-07-22 17:57:17 +00:00
parent f4d763883e
commit ca1a2ac0c5
10 changed files with 244 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: convert-home-lan
namespace: convertx
spec:
secretName: convert-home-lan-tls
dnsNames:
- convert.home.lan
issuerRef:
name: home-lab-ca
kind: ClusterIssuer