Changing default encryption to false (#1161)

This commit is contained in:
Rajesh Rajendran 2023-04-13 13:07:43 +02:00 committed by GitHub
parent 6f195a0ff0
commit 8e3b89eea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ ENV TZ=UTC \
CH_DATABASE="default" \
# Max file size to process, default to 100MB
MAX_FILE_SIZE=100000000 \
USE_ENCRYPTION=true
USE_ENCRYPTION=false
RUN if [ "$SERVICE_NAME" = "http" ]; then \

View file

@ -84,4 +84,4 @@ nodeSelector: {}
tolerations: []
affinity: {}
storageSize: 100G
storageSize: 100Gi