camtiler: Reduce logging verbosity for Mongo

This commit is contained in:
Lauri Võsandi 2022-09-04 08:26:54 +03:00
parent 3106c75c24
commit ee4b1ddf57
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
To apply changes: To apply changes:
``` ```
kubectl apply -n camtiler -f application.yml -f mongoexpress.yml -f mongodb-support.yml -f networkpolicy-base.yml -f minio-support.yml kubectl apply -n camtiler -f application.yml -f persistence.yml -f mongoexpress.yml -f mongodb-support.yml -f networkpolicy-base.yml -f minio-support.yml
``` ```
To deploy changes: To deploy changes:

View File

@ -4,6 +4,9 @@ kind: MongoDBCommunity
metadata: metadata:
name: mongodb name: mongodb
spec: spec:
additionalMongodConfig:
systemLog:
quiet: true
members: 3 members: 3
type: ReplicaSet type: ReplicaSet
version: "5.0.9" version: "5.0.9"
@ -29,6 +32,7 @@ spec:
scramCredentialsSecretName: mongodb-application-readonly scramCredentialsSecretName: mongodb-application-readonly
statefulSet: statefulSet:
spec: spec:
logLevel: WARN
template: template:
spec: spec:
affinity: affinity: