k8s { namespace = 'nextflow-ns' storageClaimName = 'nextflow-workdir' storageMountPath = '/work' } process { executor = 'k8s' cpus = 0.1 container = 'ubuntu:22.04' pod { imagePullPolicy = 'IfNotPresent' } }