Hi @<1523701907598610432:profile|ReassuredArcticwolf33> - Are you referring to the clearml
helm chart or to the clearml-agent
one?
Either case, the respective values.yaml
file is self-documented and contains example. Here I am reporting an example for adding additional volumes and volume mounts to the apiserver component of the clearml chart:
apiserver:
# -- # Defines extra Kubernetes volumes to be attached to the pod.
additionalVolumes:
- name: ramdisk
emptyDir:
medium: Memory
sizeLimit: 32Gi
# -- Specifies where and how the volumes defined in additionalVolumes.
additionalVolumeMounts:
- mountPath: /dev/shm
name: ramdisk
Let me know if you have any other question 🙂