Update oramap to work with mongo
This commit is contained in:
parent
0f579c41d6
commit
738e9ba325
@ -39,6 +39,27 @@ service:
|
||||
frontend:
|
||||
port: 80
|
||||
targetPort: 80
|
||||
|
||||
# MongoDB configuration
|
||||
mongodb:
|
||||
enabled: true
|
||||
image:
|
||||
repository: mongo
|
||||
tag: "7.0"
|
||||
pullPolicy: IfNotPresent
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "nfs-client"
|
||||
size: 5Gi
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
database: oramap
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user