Created
November 12, 2021 18:41
-
-
Save liveaverage/4c8faff64838cb1e9311b8c082776116 to your computer and use it in GitHub Desktop.
Single Node Storage Cluster (Unsupported; Testing only)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: ocs.openshift.io/v1 | |
kind: StorageCluster | |
metadata: | |
name: ocs-storagecluster | |
namespace: openshift-storage | |
spec: | |
encryption: {} | |
externalStorage: {} | |
managedResources: | |
cephBlockPools: {} | |
cephFilesystems: {} | |
cephObjectStoreUsers: {} | |
cephObjectStores: {} | |
resources: | |
mds: | |
limits: | |
cpu: '3' | |
memory: 8Gi | |
requests: | |
cpu: '100m' | |
memory: 128Mi | |
rgw: | |
limits: | |
cpu: '2' | |
memory: 4Gi | |
requests: | |
cpu: '100m' | |
memory: 128Mi | |
storageDeviceSets: | |
- config: {} | |
count: 1 | |
dataPVCTemplate: | |
metadata: | |
creationTimestamp: null | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
resources: | |
requests: | |
storage: 50Gi | |
storageClassName: thin | |
volumeMode: Block | |
status: {} | |
name: ocs-deviceset-thin | |
placement: {} | |
portable: true | |
replica: 1 | |
resources: | |
limits: | |
cpu: '2' | |
memory: 5Gi | |
requests: | |
cpu: '100m' | |
memory: 128Mi | |
version: 4.6.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment