Update oramap to work with mongo
This commit is contained in:
parent
4191e3b7e6
commit
456934a242
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user