Skip to content

Commit

Permalink
fix: adds datasets volume to helm chart for k8s deployment (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaller committed Mar 21, 2024
1 parent bac61a9 commit 64c14c1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

Expand Down

0 comments on commit 64c14c1

Please sign in to comment.