sarek test

This commit is contained in:
2026-09-15 11:06:26 +02:00
parent 27655dc1b8
commit 02cefd8fa9
9 changed files with 46 additions and 2 deletions

24
sarek/nextflow-k8s.config Normal file
View File

@@ -0,0 +1,24 @@
workDir = '/workspace'
process {
executor = 'k8s'
//container = 'ubuntu:22.04'
pod = [
imagePullPolicy: 'IfNotPresent'
]
}
k8s {
namespace = 'trogantk'
storageClaimName = 'cephfs-trogantk'
storageMountPath = '/workspace'
launchDir = '/workspace/launch'
projectDir = '/workspace/projects'
cleanup = true
pod = [
nodeSelector: [usedby: 'trogantk']
]
}