Funk-lab/k8s/apps/guacamole/ingress-public.yaml
alkatrazz 8319ee60c0 feat(auth): routes HTTPS publiques du hub (auth./portail.funklab.online)
IngressRoutes websecure + certResolver Let's Encrypt pour Authentik et
Guacamole, en plus des routes internes *.lab.local (non destructif).
Cert auth.funklab.online émis et vérifié (issuer Let's Encrypt).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 16:04:30 +02:00

18 lines
455 B
YAML

# Accès public HTTPS — portail.funklab.online (cert Let's Encrypt auto).
# S'ajoute à la route interne portail.lab.local (non destructif).
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: guacamole-public
namespace: auth
spec:
entryPoints:
- websecure
routes:
- match: Host(`portail.funklab.online`)
kind: Rule
services:
- name: guacamole
port: 8080
tls:
certResolver: letsencrypt