diff --git a/apps-kustomized/torrents/deploy.yaml b/apps-kustomized/torrents/deploy.yaml index dc31919..9ad8a6f 100644 --- a/apps-kustomized/torrents/deploy.yaml +++ b/apps-kustomized/torrents/deploy.yaml @@ -51,6 +51,14 @@ spec: key: TS_AUTHKEY name: tailscale-auth optional: true + livenessProbe: + exec: + command: + - ping + - -c1 + - 100.100.100.100 + initialDelaySeconds: 5 + periodSeconds: 5 image: ghcr.io/tailscale/tailscale:latest name: ts-sidecar securityContext: