Open ibuziuk opened 4 years ago
This PR changes one or more of the template files. These changes are now available for testing: Launch in OpenShift.io and click the update tenant button
Merging #784 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #784 +/- ##
=======================================
Coverage 74.82% 74.82%
=======================================
Files 38 38
Lines 3202 3202
=======================================
Hits 2396 2396
Misses 602 602
Partials 204 204
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update bbea362...e94f0a0. Read the comment docs.
Motivation
After increasing RAM to 7GB Hosted Che user is able to start an advanced workspace with multiple plugins / extensions enabled, but it is still not be possible to simply build a relatively small project in this workspace due to the PVC size that should be also increased.
Reasoning
Since Jenkins / build namespace was removed some time ago which included 1GB PVC we can consider adding this storage to the *-che namespace. Resource wise this should be safe since we do not increase the number of PVC and just relocating the storage that was available initially on openshift.io.
Process
Our current assumption is that after the cluster-wide tenant update during existing PVCs would be automatically resized but we need to verify it against prod-preview: