fix(coturn): explicitly null rollingUpdate field alongside Recreate strategy
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s

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 21:08:22 +02:00
co-authored by Claude Sonnet 5
parent 62b05c51c4
commit d24dbf84f7
+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