6 Commits f2e539e74d ... 279d92f43b

Author SHA1 Message Date
  Oleg Pykhalov 279d92f43b apps: cluster1: workstation: workstation-kube1: Delete guix-home-oleg-local-var-log. 1 month ago
  Oleg Pykhalov 62d5694912 apps: cluster1: workstation: workstation-kube2: Delete guix-home-oleg-local-var-log. 1 month ago
  Oleg Pykhalov 2489f298bf apps: cluster1: workstation: workstation-kube3: Delete guix-home-oleg-local-var-log. 1 month ago
  Oleg Pykhalov 83f07fd003 apps: base: workstation-controller: manager: Update to 804fb29e. 1 month ago
  Oleg Pykhalov 47de2cb89b workstation-controller: Update to 804fb29e. 1 month ago
  Oleg Pykhalov 804fb29ef8 workstation-controller: Delete guix-home-oleg-local-var-log volume. 1 month ago

+ 1 - 1
apps/base/workstation-controller/manager/kustomization.yaml

@@ -5,4 +5,4 @@ kind: Kustomization
 images:
 - name: controller
   newName: harbor.home.wugi.info/library/workstation-controller
-  newTag: 2a079518
+  newTag: 804fb29e

+ 0 - 2
apps/cluster1/workstation/workstation-kube1/workstation_v1_workstation.yaml

@@ -91,8 +91,6 @@ spec:
           name: qbittorrent-incomplete
         - mountPath: /var/log
           name: guix-var-log
-        - mountPath: /home/oleg/.local/var/log
-          name: guix-home-oleg-local-var-log
         - mountPath: /home/oleg/.docker/config.json
           name: docker-configuration
           readOnly: true

+ 0 - 2
apps/cluster1/workstation/workstation-kube2/workstation_v1_workstation.yaml

@@ -91,8 +91,6 @@ spec:
           name: qbittorrent-incomplete
         - mountPath: /var/log
           name: guix-var-log
-        - mountPath: /home/oleg/.local/var/log
-          name: guix-home-oleg-local-var-log
         - mountPath: /home/oleg/.docker/config.json
           name: docker-configuration
           readOnly: true

+ 0 - 2
apps/cluster1/workstation/workstation-kube3/workstation_v1_workstation.yaml

@@ -92,8 +92,6 @@ spec:
           name: qbittorrent-incomplete
         - mountPath: /var/log
           name: guix-var-log
-        - mountPath: /home/oleg/.local/var/log
-          name: guix-home-oleg-local-var-log
         - mountPath: /home/oleg/.docker/config.json
           name: docker-configuration
           readOnly: true

+ 1 - 1
src/go/workstation-controller/config/manager/kustomization.yaml

@@ -5,4 +5,4 @@ kind: Kustomization
 images:
 - name: controller
   newName: harbor.home.wugi.info/library/workstation-controller
-  newTag: 2a079518
+  newTag: 804fb29e

+ 0 - 9
src/go/workstation-controller/internal/controller/workstation_controller.go

@@ -371,15 +371,6 @@ rm -f /home/oleg/.gnupg/gpg-agent.conf /home/oleg/.gnupg/gpg.conf`,
 					},
 				},
 				{
-					Name: "guix-home-oleg-local-var-log",
-					VolumeSource: corev1.VolumeSource{
-						EmptyDir: &corev1.EmptyDirVolumeSource{
-							Medium:    corev1.StorageMediumDefault,
-							SizeLimit: &guixRunQuantity,
-						},
-					},
-				},
-				{
 					Name: "guix-var-lib-docker",
 					VolumeSource: corev1.VolumeSource{
 						EmptyDir: &corev1.EmptyDirVolumeSource{