Changing default encryption to false (#1161)
This commit is contained in:
parent
6f195a0ff0
commit
8e3b89eea1
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -84,4 +84,4 @@ nodeSelector: {}
|
|||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
storageSize: 100G
|
||||
storageSize: 100Gi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue