Here is an example of a working / tested configuration, that deploys Artifactory, Xray, and Distribution, all with their own external databases connected to:
global: database: initDBCreation: false joinKey: 933a5a01f0dd923e9d408b9ef9fa84333aaecd4bad384dcd6723d8648ae9b4f2 masterKey: f17000f714adfa6ba168ce3945ba3ab4f694dace8e64d4e29a42ca912d992ea5 postgresql: enabled: false pipelines: enabled: false redis: enabled: false insight: enabled: false distribution: enabled: true database: url: jdbc:postgresql://psql-dist.default.svc.cluster.local:5432/distribution user: distribution password: password rabbitmq: enabled: true xray: enabled: true database: url: postgres://psql-xray.default.svc.cluster.local:5432/xraydb?sslmode=disable user: xray password: xray artifactory: enabled: true database: url: jdbc:postgresql://psql-art.default.svc.cluster.local:5432/artifactorydb user: artifactory password: password mc: enabled: true