From 0c027f613039db54bc87fb6de63c0ffe253cabf2 Mon Sep 17 00:00:00 2001 From: unitexe Date: Mon, 23 Feb 2026 08:25:47 -0600 Subject: Introduce meta-unit-virtualization Primary motivation for this is removing observability containers from beaglebone black because of RAM limitations. Images can now include the observability containers by adding `observability` to `IMAGE_FEATURES`. --- .../recipes-containers/pubd-kube/files/pubsubd.yml | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/pubd-kube/files/pubsubd.yml (limited to 'meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/pubd-kube/files/pubsubd.yml') diff --git a/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/pubd-kube/files/pubsubd.yml b/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/pubd-kube/files/pubsubd.yml deleted file mode 100644 index 58b2e1b..0000000 --- a/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/pubd-kube/files/pubsubd.yml +++ /dev/null @@ -1,42 +0,0 @@ -# Save the output of this file and use kubectl create -f to import -# it into Kubernetes. -# -# Created with podman-5.6.2 -apiVersion: v1 -kind: Pod -metadata: - annotations: - io.kubernetes.cri-o.SandboxID/grpcurl-client: 817d1ab354c6fa173eb343fa4454496907e13462228109fdc6c4e053b976815c - io.kubernetes.cri-o.SandboxID/pubd: 817d1ab354c6fa173eb343fa4454496907e13462228109fdc6c4e053b976815c - creationTimestamp: "2026-01-16T04:27:46Z" - labels: - app: pubsubd - name: pubsubd -spec: - containers: - - image: ghcr.io/closedcircuitconsulting/pubd:latest - name: pubd - ports: - - containerPort: 60069 - - args: - - -plaintext - - -import-path - - /proto - - -proto - - countah.proto - - -d - - '{}' - - localhost:60069 - - unit.countah.v0.Countah.Counter - image: docker.io/fullstorydev/grpcurl:latest-alpine - name: grpcurl-client - securityContext: {} - volumeMounts: - - mountPath: /proto - name: pubd-proto - readOnly: true - volumes: - - hostPath: - path: /home/svc/.config/proto/pubd - type: Directory - name: pubd-proto -- cgit v1.2.3