#!/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)'"}}}}}'