Skip to content

Commit

Permalink
[UPD] MountOptions update
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Dec 20, 2024
1 parent 3e80a09 commit 7682f94
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions charts/adhoc-odoo/v0.2.7/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,18 @@ spec:
volumeAttributes:
bucketName: {{ .Values.storage.aws_bucketname | quote }}
gcsfuseLoggingSeverity: warning
mountOptions: "uid=1000,gid=1000,file-mode=600,dir-mode=700,implicit-dirs=true,o=rw,file-cache:enable-parallel-downloads:true,file-cache:parallel-downloads-per-file:4,file-cache:max-parallel-downloads:-1,file-cache:download-chunk-size-mb:3"
fileCacheCapacity: "-1"
mountOptions: |
uid=1000,
gid=1000,
file-mode=600,
dir-mode=700,
implicit-dirs=true,
o=rw,
file-cache:enable-parallel-downloads:true,
file-cache:parallel-downloads-per-file:4,
file-cache:max-parallel-downloads:-1,
file-cache:download-chunk-size-mb:3,
file-cache:max-size-mb:200,
metadata-cache:ttl-secs:-1
fileCacheCapacity: "200Mi"
{{- end }}

0 comments on commit 7682f94

Please sign in to comment.