diff options
| author | 泽淼 周 <zhouzemiao@ihuman.com> | 2025-09-27 17:30:44 +0800 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2025-12-06 18:53:22 -0800 |
| commit | 1a36b03ed79a12e9b9db5954167ce825222f3d83 (patch) | |
| tree | 3bd5da0c44b0c0742dcf39b905151ffbbea7e627 /deploy/helm | |
| parent | f830b0309af1c0e821c12d225683191427eaa309 (diff) | |
| download | seaweedfs-csi-driver-1a36b03ed79a12e9b9db5954167ce825222f3d83.tar.xz seaweedfs-csi-driver-1a36b03ed79a12e9b9db5954167ce825222f3d83.zip | |
fix: seaweedfs-csi.yaml volumes config
Diffstat (limited to 'deploy/helm')
| -rw-r--r-- | deploy/helm/seaweedfs-csi-driver/values.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deploy/helm/seaweedfs-csi-driver/values.yaml b/deploy/helm/seaweedfs-csi-driver/values.yaml index 1be64a3..15325ec 100644 --- a/deploy/helm/seaweedfs-csi-driver/values.yaml +++ b/deploy/helm/seaweedfs-csi-driver/values.yaml @@ -77,6 +77,11 @@ mountService: endpoint: unix:///var/lib/seaweedfs-mount/seaweedfs-mount.sock hostPath: /var/lib/seaweedfs-mount socketDir: /var/lib/seaweedfs-mount + securityContext: + privileged: true + capabilities: + add: ["SYS_ADMIN"] + allowPrivilegeEscalation: true updateStrategy: type: RollingUpdate rollingUpdate: @@ -84,11 +89,6 @@ mountService: affinity: {} tolerations: resources: {} - livenessProbe: - failureThreshold: - initialDelaySeconds: 10 - timeoutSeconds: 3 - periodSeconds: 60 priorityClassName: system-node-critical serviceAccountName: "" |
