You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
is there any specific reason for why the mountPath in openshift/profile-deployment.yaml is set to a different path than the rest of config.json mounts on OpenShift?
When used as-is, the profile deployment just crashes due to incorrect mongodb URI:
2024-04-03T08:16:43Z INF workspace/cmd/profile/db.go:163 > Attempting connection to mongodb://
2024-04-03T08:16:43Z PNC workspace/cmd/profile/db.go:168 > error parsing uri: must have at least 1 host
panic: error parsing uri: must have at least 1 host
Setting mountPath to "config.json" seems to fix this crash and causes the profile service to start up correctly.
The text was updated successfully, but these errors were encountered:
Hello,
is there any specific reason for why the mountPath in openshift/profile-deployment.yaml is set to a different path than the rest of config.json mounts on OpenShift?
DeathStarBench/hotelReservation/openshift/profile-deployment.yaml
Line 37 in aeb4860
When used as-is, the profile deployment just crashes due to incorrect mongodb URI:
Setting mountPath to "config.json" seems to fix this crash and causes the profile service to start up correctly.
The text was updated successfully, but these errors were encountered: