diff --git a/helm/values.yaml b/helm/values.yaml index cde80864..c2e1aac5 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -89,17 +89,15 @@ autoscaling: # targetMemoryUtilizationPercentage: 80 # Additional volumes on the output Deployment definition. -volumes: [] -# - name: foo -# secret: -# secretName: mysecret -# optional: false +volumes: + - name: datasets + emptyDir: + sizeLimit: 5Gi # Additional volumeMounts on the output Deployment definition. -volumeMounts: [] -# - name: foo -# mountPath: "/etc/foo" -# readOnly: true +volumeMounts: + - name: datasets + mountPath: /data/datasets nodeSelector: {}