Commit 663cd86 1 parent ffe3ee1 commit 663cd86 Copy full SHA for 663cd86
File tree 1 file changed +4
-1
lines changed
infra/feast-operator/config/samples
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ metadata:
5
5
spec :
6
6
feastProject : my_project
7
7
services :
8
+ # demonstrates using a pre-existing PVC
8
9
onlineStore :
9
10
persistence :
10
11
file :
13
14
ref :
14
15
name : online-pvc
15
16
mountPath : /data/online
17
+ # demonstrates specifying a storageClassName and storage size
16
18
offlineStore :
17
19
persistence :
18
20
file :
24
26
requests :
25
27
storage : 5Gi
26
28
mountPath : /data/offline
29
+ # demonstrates letting the Operator create a PVC w/ defaults set
27
30
registry :
28
31
local :
29
32
persistence :
@@ -39,7 +42,7 @@ metadata:
39
42
name : online-pvc
40
43
spec :
41
44
accessModes :
42
- - ReadWriteMany
45
+ - ReadWriteOnce
43
46
resources :
44
47
requests :
45
48
storage : 5Gi
You can’t perform that action at this time.
0 commit comments