From 723dea9b1dc72ad150395360664729f65866bfd5 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Tue, 24 Nov 2020 13:32:33 +0700 Subject: [PATCH] SSHct: use image v3.0.0, remove containerd socket --- apps/services/sshct.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/services/sshct.yaml b/apps/services/sshct.yaml index d5fc10b..db63690 100644 --- a/apps/services/sshct.yaml +++ b/apps/services/sshct.yaml @@ -25,17 +25,13 @@ spec: hostPath: path: /var/run/docker.sock type: Socket - - name: containerdsock - hostPath: - path: /run/containerd/containerd.sock - type: Socket #- name: gorilychrume # hostPath: # path: /data/gorilych.ru/me # type: containers: - name: sshct - image: gorilych/sshct:v2.4.0 + image: gorilych/sshct:v3.0.0 imagePullPolicy: IfNotPresent env: - name: CTUSERPWD @@ -51,8 +47,6 @@ spec: name: home - mountPath: /var/run/docker.sock name: dockersock - - mountPath: /run/containerd/containerd.sock - name: containerdsock #- mountPath: /home/www/me # name: gorilychrume ---