Skip to content

Commit

Permalink
change the hostPath for meta service
Browse files Browse the repository at this point in the history
Signed-off-by: hantmac <hantmac@outlook.com>
  • Loading branch information
hantmac committed May 24, 2022
1 parent 9b4924c commit 6d56c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kubernetes/meta-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"
path: "/mnt/metaData"
---
apiVersion: apps/v1
kind: StatefulSet
Expand Down

0 comments on commit 6d56c3a

Please sign in to comment.