apiVersion: apps/v1 kind: DaemonSet metadata: name: pipewire labels: app: pipewire platform.edge.ncr.com/component: audio spec: template: spec: priorityClassName: edge-p2-critical-services nodeSelector: node.ncr.com/class: touchpoint containers: - name: alpine-pipewire image: us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads/alpine-pipewire@sha256:a09a0367278bcc481fdfa9924d4f980bd1252775394d1261d9cbf153e9209298 command: ["/usr/bin/dumb-init"] args: ["/usr/bin/daemon-launcher.sh"] env: - name: XDG_RUNTIME_DIR value: "/tmp/xdg_runtime" resources: limits: rdm-class/sound: 1 requests: rdm-class/sound: 1 volumeMounts: - name: xdg-runtime readOnly: false mountPath: /tmp/xdg_runtime - name: udev readOnly: false mountPath: /run/udev imagePullPolicy: IfNotPresent volumes: - name: udev hostPath: type: Directory path: /run/udev - name: xdg-runtime hostPath: type: DirectoryOrCreate path: /tmp/xdg_runtime imagePullSecrets: - name: edge-docker-pull-secret affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: feature.node.kubernetes.io/ien-version operator: NotIn values: - v1.0.0