fix: add Certificate CR for pelican-panel-tls — IngressRoute requires explicit cert, not annotation

This commit is contained in:
2026-05-19 23:52:27 +00:00
parent e17934a749
commit bbbfeaf155
+12
View File
@@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: pelican-panel-tls
namespace: pelican
spec:
secretName: pelican-panel-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
dnsNames:
- pelican.khalisio.com