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 3 additions and 3 deletions
Showing only changes of commit 6c1ff72af6 - Show all commits

View File

@ -7,7 +7,7 @@ metadata:
labels:
app: matrix-authentication-service
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
app: matrix-authentication-service

View File

@ -331,7 +331,7 @@ data:
## Extra config ##
allow_guest_access: false
allow_guest_access: true
allow_public_rooms_without_auth: true
auto_join_rooms:
- "#othrys:live.bstein.dev"
@ -666,7 +666,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: synapse
spec:
replicas: 0
replicas: 1
strategy:
type: RollingUpdate
selector: