Merge pull request #1484 from Human-Connection/update_maintenace_worker_image

Update maintenace worker image
This commit is contained in:
mattwr18 2019-09-05 14:18:39 +02:00 committed by GitHub
commit 5af960e2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
containers: containers:
- name: nitro-maintenance-worker - name: nitro-maintenance-worker
image: humanconnection/maintenance-worker:latest image: humanconnection/maintenance-worker:latest
imagePullPolicy: Always
resources: resources:
requests: requests:
memory: "2G" memory: "2G"

View File

@ -12,6 +12,6 @@
# On Windows this resolves to C:\Users\dornhoeschen\AppData\Local\Temp\mongo-export (MinGW) # On Windows this resolves to C:\Users\dornhoeschen\AppData\Local\Temp\mongo-export (MinGW)
EXPORT_PATH='/tmp/mongo-export/' EXPORT_PATH='/tmp/mongo-export/'
EXPORT_MONGOEXPORT_BIN='mongoexport' EXPORT_MONGOEXPORT_BIN='mongoexport'
MONGO_EXPORT_SPLIT_SIZE=4000 MONGO_EXPORT_SPLIT_SIZE=6000
# On Windows use something like this # On Windows use something like this
# EXPORT_MONGOEXPORT_BIN='C:\Program Files\MongoDB\Server\3.6\bin\mongoexport.exe' # EXPORT_MONGOEXPORT_BIN='C:\Program Files\MongoDB\Server\3.6\bin\mongoexport.exe'