We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18579b2 commit b4b0853Copy full SHA for b4b0853
ray-operator/config/samples/ray-cluster.persistent-redis.yaml
@@ -124,13 +124,13 @@ kind: PersistentVolumeClaim
124
metadata:
125
name: redis-data
126
spec:
127
+ # choose a storageClassName provided by your Kubernetes:
128
+ # storageClassName: standard-rwo
129
accessModes:
130
- ReadWriteOnce
131
resources:
132
requests:
133
storage: 8Gi
- # choose a storageClassName provided by your Kubernetes:
- #storageClassName: standard-rwo
134
---
135
apiVersion: apps/v1
136
kind: StatefulSet
0 commit comments