fix(coturn): explicitly null rollingUpdate field alongside Recreate strategy
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s
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:
co-authored by
Claude Sonnet 5
parent
62b05c51c4
commit
d24dbf84f7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user