video-iac/scripts/redeploy-webrtc-pods-only

5 lines
234 B
Plaintext
Raw Normal View History

2025-10-05 22:43:16 +00:00
#!/bin/bash
# useful for testing liveness probes
kubectl patch deployment webrtc-be --namespace webrtc-be -p '{"spec":{"template":{"metadata":{"annotations":{"kubectl.kubernetes.io/restartedAt":"'$(date +%Y-%m-%dT%H:%M:%S%z)'"}}}}}'