mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
change(s3): use local-path instead of ssd
This commit is contained in:
parent
bb3d4572f9
commit
516c7b063c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ tls:
|
|||
persistence:
|
||||
enabled: true
|
||||
|
||||
storageClass: "ssd"
|
||||
storageClass: "local-path"
|
||||
accessMode: ReadWriteOnce
|
||||
size: 200Gi
|
||||
|
||||
|
|
Loading…
Reference in a new issue