From e298d1e0e9e42cd7e1cf48a7f4110439ffeba53a Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 24 Dec 2024 13:22:09 +0000 Subject: [PATCH] new exit node for now plus liveness probe in case it goes away during lifetime Signed-off-by: Martyn Ranyard --- apps-kustomized/torrents/deploy.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: