chore(coturn): automated TURN shared-secret rotation #46
@@ -65,6 +65,11 @@ metadata:
|
|||||||
namespace: matrix
|
namespace: matrix
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
# hostNetwork pods bind directly to the node's ports (3478/5349) - on this single-node
|
||||||
|
# cluster, RollingUpdate's default "bring up the new pod before removing the old one"
|
||||||
|
# can never schedule (port conflict). Recreate kills the old pod first.
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: coturn
|
app: coturn
|
||||||
|
|||||||
Reference in New Issue
Block a user