apiVersion: apps/v1 kind: DaemonSet metadata: name: nicball-factorio spec: selector: matchLabels: app: nicball-factorio template: metadata: labels: app: nicball-factorio spec: hostNetwork: true containers: - name: nicball-factorio image: alpine/socat:1.7.4.3-r0 args: - '-ls' - UDP-LISTEN:34197,reuseaddr,fork - UDP6:nuc.nicball.me:34197 resources: limits: cpu: 100m memory: 32Mi requests: cpu: 10m memory: 8Mi