sarek test
This commit is contained in:
24
sarek/nextflow-k8s.config
Normal file
24
sarek/nextflow-k8s.config
Normal 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']
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user