Skip to content

Commit

Permalink
[UPD] fuse skipCSIBucketAccessCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Dec 27, 2024
1 parent e4ed87e commit 007b03d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/adhoc-odoo/v0.2.7/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,21 @@ spec:
readOnly: false
volumeAttributes:
bucketName: {{ .Values.storage.aws_bucketname | quote }}
{{/*
Description: Whether your workload should export metrics. This should be set to "false" if you plan on using

Default: true
*/}}
disableMetrics: true
{{/*
Directs the CSI driver to skip redundant access control checks for the Cloud Storage bucket, when set to "true".
This reduces the overhead of redundant Kubernetes Service API, Security Token Service, and IAM calls.
When the flag is set, the Cloud Storage FUSE process, running as part of the sidecar container in the Pod,
handles the bucket access control checks

Default: False
*/}}
skipCSIBucketAccessCheck: true
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,file-cache:max-size-mb:200,metadata-cache:ttl-secs:-1"
fileCacheCapacity: "200Mi"
Expand Down

0 comments on commit 007b03d

Please sign in to comment.