Skip to content
Snippets Groups Projects
Commit 57714311 authored by Josh Mitchell's avatar Josh Mitchell
Browse files

Tweaks for actual run and s3 manipulation

parent 782c8d6f
No related branches found
No related tags found
No related merge requests found
Pipeline #53692 passed
pdbfix/fixed_pdbs/
apiVersion: v1
kind: Pod
metadata:
name: pdbscan-jm-pushbucket
spec:
containers:
- name: pdbscan-jm-rclone
image: rclone/rclone
resources:
limits:
memory: 100Mi
cpu: 100m
requests:
memory: 100Mi
cpu: 100m
command:
[
"rclone",
"--config=/secrets/rclone.conf",
"copy",
"/opt/fixed_pdbs",
"nrp-internal:fixed-pdbs-bucket/files",
]
volumeMounts:
- mountPath: /opt/fixed_pdbs
name: fixed-pdbs
- name: rclone-config
mountPath: /secrets/rclone.conf
subPath: rclone.conf
volumes:
- name: fixed-pdbs
persistentVolumeClaim:
claimName: pdbscan-jm-workerpvc
- name: rclone-config
secret:
secretName: jm-rclone-config
......@@ -8,4 +8,4 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storage: 10Gi
......@@ -16,7 +16,7 @@ spec:
values:
- "true"
priorityClassName: opportunistic
restartPolicy: Never
restartPolicy: OnFailure
initContainers:
- name: pdbscan-jm-init-git
image: alpine/git
......@@ -57,10 +57,10 @@ spec:
image: gitlab-registry.nrp-nautilus.io/josh.mitchell/pdb-census:latest
resources:
limits:
memory: "2Gi"
memory: "5Gi"
cpu: "1"
requests:
memory: "2Gi"
memory: "5Gi"
cpu: "1"
command:
- micromamba
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment