mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 07:36:53 +00:00
fix: update mtls configuration for standalone and distributed mode (#2565)
This commit is contained in:
+2
-1
@@ -102,7 +102,8 @@ RustFS helm chart supports **standalone and distributed mode**. For standalone m
|
||||
| mode.standalone.existingClaim.dataClaim |string |`""` |Whether to use existing pvc claim for data storage. |
|
||||
| mode.standalone.existingClaim.logsClaim |string |`""` |Whether to use existing pvc claim for logs storage. |
|
||||
| mtls.enabled | bool | `false` | Enable mtls betweens pods. |
|
||||
| mtls.serverOnly | bool | `false` | Only enable server https. |
|
||||
| mtls.clientCertPath | string | `/opt/tls/client_cert.pem` | The path for client cert. |
|
||||
| mtls.clientKeyPath | string | `/opt/tls/client_key.pem` | The path for client key. |
|
||||
| nameOverride | string | `""` | |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| pdb.create | bool | `false` | Enable/disable a Pod Disruption Budget creation |
|
||||
|
||||
Reference in New Issue
Block a user