feat(pelican): deploy Pelican Panel with database and ingress #84

Merged
gitea-admin merged 7 commits from orion/auto/feat-pelican-deploy-pelican-panel-with-d-1779147272995 into main 2026-05-19 00:10:01 +00:00
Showing only changes of commit c212339187 - Show all commits
+19
View File
@@ -0,0 +1,19 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: pelican-panel
namespace: pelican
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
entryPoints:
- websecure
tls:
secretName: pelican-panel-tls
routes:
- match: Host(`pelican.khalisio.com`)
kind: Rule
services:
- name: pelican-panel
port: 80
scheme: http