bitbucket extra server configuration - Jorge-Dacal/devonfw-shop-floor GitHub Wiki
[Under construction]
The purpose of the present document is to provide the basic steps carried out to improve the configuration of BitBucket server in OpenShift.
The improved configuration consists on:
-
Persisten Volume Claims
-
Health Checks (pending to be completed)
Please notice that the BitBucket server container does not use persistent volume claims by default, which means that the data (e.g.: BitBucket server config.) will be lost from one deployment to another.

It is very important to create a persisten volume claim in order to prevent the mentioned loss of data.
-
Path as it is specified in the BitBucket server Docker image (/var/atlassian/application-data/bitbucket)
-
Volume name with a unique name to clearly identify the volume
