# HG changeset patch # User kkonganti # Date 1743449102 14400 # Node ID a5055946f9c2ec93aa6ce23aeccbbecdc984029a # Parent 5734210632d83cdea2a873467d39cf065f36e943 planemo upload diff -r 5734210632d8 -r a5055946f9c2 0.5.0/conf/computeinfra.config --- a/0.5.0/conf/computeinfra.config Mon Mar 31 15:16:56 2025 -0400 +++ b/0.5.0/conf/computeinfra.config Mon Mar 31 15:25:02 2025 -0400 @@ -153,3 +153,19 @@ conda.useMicromamba = false params.enable_module = false } + +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 +}