Mercurial > repos > kkonganti > cfsan_bettercallsal
diff 0.7.0/conf/computeinfra.config @ 20:133571bf891f
planemo upload
author | kkonganti |
---|---|
date | Mon, 15 Jul 2024 11:42:00 -0400 |
parents | 0e7a0053e4a6 |
children |
line wrap: on
line diff
--- a/0.7.0/conf/computeinfra.config Mon Jul 15 11:20:22 2024 -0400 +++ b/0.7.0/conf/computeinfra.config Mon Jul 15 11:42:00 2024 -0400 @@ -155,17 +155,17 @@ } gxkubernetes { - process.executor = 'k8s' - k8s.namespace = 'galaxy' - k8s.serviceAccount = 'default' - k8s.pod = [ - [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'], - [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'], - [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'], - [priorityClassName: 'galaxy-job-priority'] - ] - singularity.enabled = false - docker.enabled = true - params.enable_conda = false - params.enable_module = false - } + process.executor = 'k8s' + k8s.namespace = 'galaxy' + k8s.serviceAccount = 'default' + k8s.pod = [ + [volumeClaim: 's3-centriflaken-claim', mountPath: '/galaxy/cfsan-centriflaken-db'], + [volumeClaim: 's3-nextflow-claim', mountPath: '/galaxy/nf-work-dirs'], + [volumeClaim: 'galaxy-galaxy-pvc', mountPath: '/galaxy/server/database'], + [priorityClassName: 'galaxy-job-priority'] + ] + singularity.enabled = false + docker.enabled = true + params.enable_conda = false + params.enable_module = false +}