Update oramap to work with mongo

This commit is contained in:
dvirlabs 2026-03-25 02:25:27 +02:00
parent 4191e3b7e6
commit 456934a242
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ spec:
livenessProbe:
exec:
command:
- mongosh
- mongo
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 30
@ -47,7 +47,7 @@ spec:
readinessProbe:
exec:
command:
- mongosh
- mongo
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 10

View File

@ -48,7 +48,7 @@ mongodb:
enabled: true
image:
repository: mongo
tag: "7.0"
tag: "4.4"
pullPolicy: IfNotPresent
persistence:
enabled: true

View File

@ -45,7 +45,7 @@ mongodb:
enabled: true
image:
repository: mongo
tag: "7.0"
tag: "4.4"
pullPolicy: IfNotPresent
persistence:
enabled: true