diff --git a/apps/base/workstation/daemonset.yaml b/apps/base/workstation/daemonset.yaml index b2aac8735..31fc218d9 100644 --- a/apps/base/workstation/daemonset.yaml +++ b/apps/base/workstation/daemonset.yaml @@ -422,54 +422,6 @@ spec: mountPath: /root/.bash_history - name: gentoo-var-log mountPath: /var/log - - name: web99 - image: harbor.corp1.majordomo.ru/nixos/web:1fbeb904 - command: - - /entrypoint.sh - env: - - name: container - value: docker - securityContext: - capabilities: - add: - - SETUID - - BLOCK_SUSPEND - - NET_ADMIN - - NET_BIND_SERVICE - - NET_RAW - - SYS_ADMIN - - SYS_CHROOT - - SYS_NICE - - SYS_PTRACE - - SYS_RESOURCE - - SYS_TIME - privileged: true - lifecycle: - preStop: - exec: - command: - - /bin/sh - - -c - - | - if /run/current-system/sw/bin/systemctl poweroff - then - : - else - exit 0 - fi - tty: true - volumeMounts: - - mountPath: /run - name: web99-run - - mountPath: /mnt/guix/tmp - name: guix-tmp - - mountPath: /mnt/guix/run - name: guix-run - mountPropagation: HostToContainer - - mountPath: /home - name: web99-home - - name: taskexecutor - mountPath: /home/oleg/src/gitlab.intr/hms/taskexecutor volumes: - name: dev-dri hostPath: @@ -523,14 +475,8 @@ spec: medium: Memory sizeLimit: 512M name: nixos-run - - emptyDir: - medium: Memory - sizeLimit: 512M - name: web99-run - emptyDir: name: nixos-home - - emptyDir: - name: web99-home - emptyDir: medium: Memory sizeLimit: 512M