# 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 middlewares: - name: security-headers namespace: infra - name: ratelimit namespace: infra services: - name: guacamole port: 8080 tls: certResolver: letsencrypt