feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 0e3d36a5ae - Show all commits

View File

@ -116,3 +116,8 @@ data:
@app.get("/")
async def root():
return RedirectResponse("/launch")
@app.get("/health")
async def health():
return {"status": "ok"}

View File

@ -35,7 +35,7 @@ spec:
- { name: jwt, mountPath: /var/lib/jitsi-jwt, readOnly: true }
readinessProbe:
httpGet:
path: /launch
path: /health
port: 80
initialDelaySeconds: 5
periodSeconds: 10