add .gitignore, .editorconfig, and clean up

This commit is contained in:
2025-09-30 13:19:15 +02:00
parent 9e07471746
commit 7a6369e1b2
6 changed files with 63 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ auth:
persistence:
storageClass:
accessModes:
- ReadWriteOnce
- ReadWriteOnce
size: 8Gi
@@ -68,4 +68,4 @@ extraCommandLineArgs: ""
healthCheck:
command: ["/bin/sh", "-c", "mongosh --quiet --eval 'db.runCommand({ ping: 1 })' --username ${MONGO_INITDB_ROOT_USERNAME} --password ${MONGO_INITDB_ROOT_PASSWORD} --authenticationDatabase admin || exit 1" ]
command: [ "/bin/sh", "-c", "mongosh --quiet --eval 'db.runCommand({ ping: 1 })' --username ${MONGO_INITDB_ROOT_USERNAME} --password ${MONGO_INITDB_ROOT_PASSWORD} --authenticationDatabase admin || exit 1" ]