fix(coturn): explicitly null rollingUpdate field alongside Recreate strategy

Server-side apply left the old RollingUpdate defaults (maxSurge/maxUnavailable)
on the live object from before strategy.type was ever set explicitly, which
the API rejects when combined with type: Recreate. Explicit null clears it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Thore Cimbal
2026-07-28 12:00:00 +00:00
co-authored by Claude Sonnet 5
parent 233b13f972
commit 9fa947cc21
+1
View File
@@ -70,6 +70,7 @@ spec:
# can never schedule (port conflict). Recreate kills the old pod first.
strategy:
type: Recreate
rollingUpdate: null
selector:
matchLabels:
app: coturn