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