From 039595d00f65aa392a5f8cf08dcaed9a00718053 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 14:15:20 +0000 Subject: [PATCH] Well, time to live the dream I suppose. Signed-off-by: Martyn Ranyard --- apps-kustomized/ssher/deploy.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps-kustomized/ssher/deploy.yaml b/apps-kustomized/ssher/deploy.yaml index 66c68c4..427ef20 100644 --- a/apps-kustomized/ssher/deploy.yaml +++ b/apps-kustomized/ssher/deploy.yaml @@ -29,9 +29,8 @@ spec: - command: - /bin/sh - -c - - apt update && apt install -y openssh-server zsh && useradd -s /usr/bin/zsh - martyn && mkdir /run/sshd && chmod 755 /run/sshd && /usr/sbin/sshd -D - image: debian:latest + - sleep 99999999 + image: git.martyn.berlin/martyn/fat-ssh:latest imagePullPolicy: Always name: debian terminationMessagePath: /dev/termination-log