Skip to content

Commit

Permalink
fix: pvc size
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 18, 2024
1 parent 88b527d commit 9cd340e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions components/app-configs/nim/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ spec:
volumeMounts:
- name: shm
mountPath: /dev/shm
- name: empty
- name: nim-cache
mountPath: /opt/nim/.cache
subPath: data
subPath: cache
volumes:
- name: empty
emptyDir: {}
- name: shm
emptyDir:
medium: Memory
Expand Down
2 changes: 1 addition & 1 deletion components/app-configs/nim/base/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storage: 40Gi

0 comments on commit 9cd340e

Please sign in to comment.