diff --git a/11-probes/01-liveness-probe.yml b/11-probes/01-liveness-probe.yml index e61906b..f18925c 100644 --- a/11-probes/01-liveness-probe.yml +++ b/11-probes/01-liveness-probe.yml @@ -10,7 +10,8 @@ spec: livenessProbe: exec: command: - - exit - - "1" + - /bin/bash + - -c + - "exit 1" initialDelaySeconds: 5 periodSeconds: 5