Files
talos-cluster/deployments/pelican/ingress.yaml
T
gitea-admin c212339187
Validate Manifests / validate (pull_request) Has been cancelled
feat(pelican): deploy Pelican Panel with database and ingress
2026-05-18 23:34:35 +00:00

20 lines
416 B
YAML

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