Last modified by Eduard Moraru on 2020/01/28

From version 5.1
edited by Ashish Sharma
on 2019/08/26
Change comment: There is no comment for this version
To version 6.1
edited by Ashish Sharma
on 2019/08/26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -43,8 +43,8 @@
43 43  * Understanding and taking the decision for using the correct resource to host xwiki.
44 44  * So I started up using the StatefulSet, clusterIP service and ingress.
45 45  * Added values files which help in making the chart dynamically configurable.
46 -* Then we had a neded to support multiple databases and was in a need of a solution that don't require to deploy database externally, so a good standard for adding dependency to other services like database were needed.
47 -* So we deccided to add database as a helm dependency, that helped us to deploy database automatically with our application and the database was also configured with the xwiki chart configuration, that made maintaining the database easy, and we don't need to deploy it seprately.
46 +* Then we neded to support multiple databases and was in a need of a solution that don't require to deploy database externally, so a good standard for adding dependency for other services like database were needed.
47 +* So we decided to add database as a helm dependency, that helped us to templatise the databases in our application which makes deploying databases easier, we don't need to deploy the chart seprately.
48 48  * So we added support for database mysql and postgress through dependency and also given option for user to deploy it's own external database.
49 49  
50 50  == Milestestone 2: ==

Get Connected