File tree 1 file changed +43
-43
lines changed
kubernetes/apps/rook-ceph/rook-ceph/cluster
1 file changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -89,49 +89,49 @@ spec:
89
89
- name : k8s-2
90
90
devices :
91
91
- name : /dev/nvme0n1
92
- resources :
93
- mgr :
94
- limits :
95
- memory : 1Gi
96
- requests :
97
- cpu : 100m
98
- memory : 500Mi
99
- mon :
100
- limits :
101
- memory : 2Gi
102
- requests :
103
- cpu : 100m
104
- memory : 500Mi
105
- osd :
106
- limits :
107
- memory : 4Gi
108
- requests :
109
- cpu : 100m
110
- memory : 1500Mi
111
- mgr-sidecar :
112
- limits :
113
- memory : 100Mi
114
- requests :
115
- cpu : 100m
116
- memory : 40Mi
117
- crashcollector :
118
- limits :
119
- memory : 60Mi
120
- requests :
121
- cpu : 100m
122
- memory : 10Mi
123
- logcollector :
124
- limits :
125
- memory : 1Gi
126
- requests :
127
- cpu : 100m
128
- memory : 100Mi
129
- cleanup :
130
- limits :
131
- memory : 1Gi
132
- requests :
133
- cpu : 500m
134
- memory : 100Mi
92
+ # resources:
93
+ # mgr:
94
+ # limits:
95
+ # memory: 1Gi
96
+ # requests:
97
+ # cpu: 100m
98
+ # memory: 500Mi
99
+ # mon:
100
+ # limits:
101
+ # memory: 2Gi
102
+ # requests:
103
+ # cpu: 100m
104
+ # memory: 500Mi
105
+ # osd:
106
+ # limits:
107
+ # memory: 4Gi
108
+ # requests:
109
+ # cpu: 100m
110
+ # memory: 1500Mi
111
+ # mgr-sidecar:
112
+ # limits:
113
+ # memory: 100Mi
114
+ # requests:
115
+ # cpu: 100m
116
+ # memory: 40Mi
117
+ # crashcollector:
118
+ # limits:
119
+ # memory: 60Mi
120
+ # requests:
121
+ # cpu: 100m
122
+ # memory: 10Mi
123
+ # logcollector:
124
+ # limits:
125
+ # memory: 1Gi
126
+ # requests:
127
+ # cpu: 100m
128
+ # memory: 100Mi
129
+ # cleanup:
130
+ # limits:
131
+ # memory: 1Gi
132
+ # requests:
133
+ # cpu: 500m
134
+ # memory: 100Mi
135
135
cephBlockPoolsVolumeSnapshotClass :
136
136
enabled : true
137
137
name : csi-ceph-blockpool
You can’t perform that action at this time.
0 commit comments