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: livenessProbe:
exec: exec:
command: command:
- mongosh - mongo
- --eval - --eval
- "db.adminCommand('ping')" - "db.adminCommand('ping')"
initialDelaySeconds: 30 initialDelaySeconds: 30
@ -47,7 +47,7 @@ spec:
readinessProbe: readinessProbe:
exec: exec:
command: command:
- mongosh - mongo
- --eval - --eval
- "db.adminCommand('ping')" - "db.adminCommand('ping')"
initialDelaySeconds: 10 initialDelaySeconds: 10

View File

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

View File

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