mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 05:34:43 +02:00
(Commits restés orphelins après le squash-merge de #88, poussés trop tard.) - IngressRoutes websecure+TLS : auth./portail.funklab.online - Guacamole : endpoints OIDC basculés sur https://auth./portail.funklab.online (les ports 9080/9081 restent un chemin réseau valide) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
18 lines
455 B
YAML
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
|