Rocketchat OPLOG 1.0.3 in IBM cloud kubernetes

Hi team

Am trying to run the rocketchat on kubernetes in IBM Cloud platform and using the latest version @1.0.3 / #1.0.3 .

My mongo database is running in the container : {redacted}:27017

Replicaset Name : mongodb-7cbd69f547

Mapped it in the MongoURL & Mongo_OPLOG URL as below. Still error persits.

Can someone guide me here

“spec”: {
“containers”: [
{
“name”: “rocketchat”,
“image”: “rocketchat/rocket.chat:1.0.3”,
“env”: [
{
“name”: “MONGO_URL”,
“value”: “mongodb://{redacted}:27017/rocketchat”
},
{
“name”: “ROOT_URL”,
“value”: “http://{redacted}:3000”
},
{
“name”: “MONGO_OPLOG_URL”,
“value”: “mongodb://{redacted}:27017/local”
}
],