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 14 additions and 0 deletions
Showing only changes of commit aca05266fc - Show all commits

View File

@ -21,3 +21,6 @@ resources:
- atlasbot-deployment.yaml - atlasbot-deployment.yaml
- seed-othrys-room.yaml - seed-othrys-room.yaml
- wellknown.yaml - wellknown.yaml
patchesStrategicMerge:
- synapse-deployment-strategy-patch.yaml

View File

@ -0,0 +1,11 @@
# services/communication/synapse-deployment-strategy-patch.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: othrys-synapse-matrix-synapse
spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1