2.4 KiB
2.4 KiB
coulomb.social on Railiance
Source repo: coulomb/coulomb-social
Chart: charts/coulomb-social
Values: helm/coulomb-social-values.yaml
Ingress: manifests/coulomb-social-ingress.yaml
Host strategy (2026-08-09)
| Host | Serves |
|---|---|
app.coulomb.social |
New Railiance stack (this chart) |
coulomb.social |
Bubble.io until content + self-registration are ready |
Do not point apex DNS at the cluster until apex cutover is explicitly decided.
Prerequisites
- Image published:
forgejo.coulomb.social/coulomb/coulomb-social:<sha> - KeyCape client
coulomb-socialregistered (includeshttps://app.coulomb.social/auth/callback/) - K8s Secret
coulomb-social-env(see Env secret below) - DB:
apps-pgrolecoulomb_social/ databasecoulomb_social_db - DNS
app.coulomb.socialA →92.205.62.239(DNS-only / grey cloud for HTTP-01)
Env secret
Opaque Secret coulomb-social-env is mounted via envFrom on the Deployment.
Never commit values. Create/patch with:
make coulomb-social-env-secret-dry-run
make coulomb-social-env-secret
Script: tools/create-coulomb-social-env-secret.sh
Source-repo wrapper: coulomb-social/scripts/create-env-secret.sh
| Key | Source |
|---|---|
SECRET_KEY |
generated (or kept if present; --rotate-secret-key forces new) |
DATABASE_URL |
URL-encoded password from coulomb-social-app-credentials |
USER_ENGINE_PROXY_SECRET |
user-engine/user-engine-runtime key proxy-secret |
Non-secret OIDC/issuer settings live in helm/coulomb-social-values.yaml, not
this Secret. Live app host env:
ALLOWED_HOSTS=app.coulomb.social,localhostOIDC_REDIRECT_URI=https://app.coulomb.social/auth/callback/
After updating an existing deploy:
kubectl -n coulomb-social rollout restart deploy/coulomb-social
Deploy
make coulomb-social-env-secret
COULOMB_SOCIAL_IMAGE_TAG=<git-sha> make coulomb-social-dry-run
COULOMB_SOCIAL_IMAGE_TAG=<git-sha> make coulomb-social-deploy
make coulomb-social-ingress-deploy
make coulomb-social-status
Identity
- OIDC issuer:
https://kc.coulomb.social - user-engine:
https://users.92-205-62-239.nip.io(trusted proxy) - flex-auth: leave
FLEX_AUTH_BASE_URLunset until app PDP Service is ready (local vocabulary in-app)
Probe host
probes.hostHeader must stay in ALLOWED_HOSTS (currently app.coulomb.social).