clearml:
existingAgentk8sglueSecret: "clearml-agent-keys"
existingClearmlConfigSecret: "clearml-agent-conf"
agentk8sglue:
queue: "cpu"
createQueueIfNotExists: true
replicaCount: 1
apiServerUrlReference: "
"
fileServerUrlReference: "
"
webServerUrlReference: "
"
nodeSelector:
custom.pool: clearml-pool
tolerations:
- key: "custom.pool"
operator: "Equal"
value: "clearml-pool"
effect: "NoSchedule"
- key: "custom.pool"
operator: "Equal"
value: "clearml-pool"
effect: "NoExecute"
extraEnvs:
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef: { name: clearml-s3, key: AWS_ACCESS_KEY_ID }
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef: { name: clearml-s3, key: AWS_SECRET_ACCESS_KEY }
basePodTemplate:
resources:
limits:
cpu: "10"
memory: "64Gi"
nodeSelector:
custom.pool: clearml-pool
tolerations:
- key: "custom.pool"
operator: "Equal"
value: "clearml-pool"
effect: "NoSchedule"
- key: "custom.pool"
operator: "Equal"
value: "clearml-pool"
effect: "NoExecute"