Last active
April 15, 2020 09:37
-
-
Save cloudbehl/b374c0693da9d43c352c6503b6cc1c2b to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
| resources: | |
| mon: | |
| resources: | |
| requests: | |
| cpu: null | |
| memory: null | |
| limits: | |
| cpu: null | |
| memory: null | |
| mds: | |
| resources: | |
| requests: | |
| cpu: null | |
| memory: null | |
| limits: | |
| cpu: null | |
| memory: null | |
| rgw: | |
| resources: | |
| requests: | |
| cpu: null | |
| memory: null | |
| limits: | |
| cpu: null | |
| memory: null | |
| mgr: | |
| resources: | |
| requests: | |
| cpu: null | |
| memory: null | |
| limits: | |
| cpu: null | |
| memory: null | |
| noobaa-core: | |
| resources: | |
| requests: | |
| cpu: null | |
| memory: null | |
| limits: | |
| cpu: null | |
| memory: null | |
| noobaa-db: | |
| resources: | |
| requests: | |
| cpu: null | |
| memory: null | |
| limits: | |
| cpu: null | |
| memory: null | |
| monDataDirHostPath: /var/lib/rook | |
| storageDeviceSets: | |
| - config: {} | |
| count: 1 | |
| dataPVCTemplate: | |
| spec: | |
| # Replace the storageClass name with storageClassname | |
| # pointing to the localPV prepared | |
| storageClassName: slow | |
| accessModes: | |
| - ReadWriteOnce | |
| resources: | |
| requests: | |
| # Replace the size with the size of localPV prepared | |
| storage: 1 | |
| volumeMode: Filesystem | |
| portable: false | |
| name: ocs-deviceset | |
| placement: {} | |
| portable: false | |
| replica: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment