changeset 7:a5055946f9c2

planemo upload
author kkonganti
date Mon, 31 Mar 2025 15:25:02 -0400
parents 5734210632d8
children 3539fbeb4230
files 0.5.0/conf/computeinfra.config
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
+}