This message was deleted.
# announcements
w
This message was deleted.
f
Hi Kapil, looking, one moment
n
ok thanks
f
do you have mongo running locally?
n
yeh
in seprate POD
f
can you access it with mongo:27017 or are you using an ip?
n
I did not check this ..
f
sounds like the mongo connection string isn't correct
n
I have created a service
Copy code
- env:
    - name: MONGODB_URI
      value: <mongodb://root:password@mongo:27017/>
try to connect using like this
f
ya, that's the default when you're using the local mongo docker container, but I'm not sure about the networking inside k8s
n
ok let me check
@fresh-football-47124 Its working now Issue is connection string error
Copy code
value: <mongodb://root:password@mongodb:27017/>
previous I am using
Copy code
<mongodb://root:password@mongo:27017/>
f
oh, cool - missing the value: ?
oh, nm, I see it
mongodb vs mongo, cool, glad it's working
174 Views