fix: add Certificate CR for pelican-panel-tls — IngressRoute requires explicit cert, not annotation
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user