Changing default encryption to false

This commit is contained in:
Rajesh Rajendran 2023-04-13 13:04:18 +02:00 committed by rjshrjndrn
parent 6f195a0ff0
commit 7ba4ea7cd2
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