Update oramap to work with mongo

This commit is contained in:
dvirlabs 2026-03-25 02:00:25 +02:00
parent 0f579c41d6
commit 738e9ba325

View File

@ -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"