mirror of
https://github.com/nold360/hive-apps
synced 2025-01-11 08:14:45 +00:00
fix(localai): pvc storage class ssd
This commit is contained in:
parent
1e00370589
commit
7d120a11c2
1 changed files with 2 additions and 1 deletions
|
@ -82,9 +82,10 @@ models:
|
|||
persistence:
|
||||
pvc:
|
||||
enabled: true
|
||||
size: 6Gi
|
||||
size: 100Gi
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClass: "ssd"
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
|
Loading…
Reference in a new issue