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 2445c058fc - Show all commits
@@ -0,0 +1,23 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: pelican-panel-app
namespace: pelican
spec:
refreshInterval: 1h
target:
name: pelican-panel-app
creationPolicy: Owner
data:
- secretKey: APP_KEY
remoteRef:
key: secret/data/Talos Cluster/pelican/panel/app
property: APP_KEY
- secretKey: SESSION_SECURE
remoteRef:
key: secret/data/Talos Cluster/pelican/panel/app
property: SESSION_SECURE
- secretKey: OAUTH_CLIENT_SECRET
remoteRef:
key: secret/data/Talos Cluster/pelican/panel/app
property: OAUTH_CLIENT_SECRET