2026-02-28 13:42:27 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
|
|
namespace: lasuite
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
- namespace.yaml
|
feat: replace nginx placeholder with custom Pingora proxy; add Postfix MTA
Ingress:
- Deploy custom sunbeam-proxy (Pingora/Rust) replacing nginx placeholder
- HTTPS termination with mkcert (local) / rustls-acme (production)
- Host-prefix routing with path-based sub-routing for auth virtual host:
/oauth2 + /.well-known + /userinfo → Hydra, /kratos → Kratos (prefix stripped), default → login-ui
- HTTP→HTTPS redirect, WebSocket passthrough, JSON audit logging, OTEL stub
- cert-manager HTTP-01 ACME challenge routing via Ingress watcher
- RBAC for Ingress watcher (pingora-watcher ClusterRole)
- local overlay: hostPorts 80/443, LiveKit TURN demoted to ClusterIP to avoid klipper conflict
Infrastructure:
- socket_vmnet shared network for host↔VM reachability (192.168.105.2)
- local-up.sh: cert-manager installation, eth1-based LIMA_IP detection, correct DOMAIN_SUFFIX sed substitution
- Postfix MTA in lasuite namespace: outbound relay via Scaleway TEM, accepts SMTP from cluster pods
- Kratos SMTP courier pointed at postfix.lasuite.svc.cluster.local:25
- Production overlay: cert-manager ClusterIssuer, ACME-enabled Pingora values
2026-03-01 16:25:11 +00:00
|
|
|
- postfix-deployment.yaml
|
2026-02-28 13:42:27 +00:00
|
|
|
- hive-config.yaml
|
|
|
|
|
- hive-deployment.yaml
|
|
|
|
|
- hive-service.yaml
|
|
|
|
|
- seaweedfs-buckets.yaml
|
lasuite: declarative pre-work for La Suite app deployments
- Add find user and find_db to postgres-cluster.yaml (11th database)
- Add sunbeam-messages-imports and sunbeam-people buckets to SeaweedFS
- Configure Hydra Maester with enabledNamespaces: [lasuite] so it can
create and update OAuth2Client secrets in the lasuite namespace
- Add find to Kratos allowed_return_urls
- Add shared ConfigMaps: lasuite-postgres, lasuite-valkey, lasuite-s3,
lasuite-oidc-provider — single source of truth for all app env vars
- Add HydraOAuth2Client CRDs for all nine La Suite apps (docs, drive,
meet, conversations, messages, people, find, gitea, hive); Maester
will create oidc-<app> secrets with CLIENT_ID and CLIENT_SECRET
2026-03-01 18:03:13 +00:00
|
|
|
- shared-config.yaml
|
|
|
|
|
- oidc-clients.yaml
|
2026-03-02 18:33:28 +00:00
|
|
|
- vault-secrets.yaml
|
|
|
|
|
|
|
|
|
|
# La Suite Numérique Helm charts.
|
|
|
|
|
# Charts with a published Helm repo use helmCharts below.
|
|
|
|
|
# find has no published repo yet — deploy manually when OpenSearch is ready.
|
|
|
|
|
helmCharts:
|
|
|
|
|
# helm repo add people https://suitenumerique.github.io/people/
|
|
|
|
|
- name: desk
|
|
|
|
|
repo: https://suitenumerique.github.io/people/
|
|
|
|
|
version: "0.0.7"
|
|
|
|
|
releaseName: people
|
|
|
|
|
namespace: lasuite
|
|
|
|
|
valuesFile: people-values.yaml
|
2026-02-28 13:42:27 +00:00
|
|
|
|