Skip to content

Commit

Permalink
fixup: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLazar committed Oct 31, 2024
1 parent 78c9ffb commit a1fe6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/neon-storage-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Kubernetes: `^1.18.x-x`
| settings.controlPlaneJwtToken | string | `""` | |
| settings.databaseUrl | string | `""` | |
| settings.jwtToken | string | `""` | |
| settings.longReconcileThreshold | string | `"30min"` | If a reconciliation takes longer than this, bump an alerting metric |
| settings.peerJwtToken | string | `""` | JWT token for authentication with other storage controller instances |
| settings.publicKey | string | `""` | |
| settings.sentryEnvironment | string | `"development"` | "development" or "production". It will be visible in sentry in order to filter issues |
| settings.sentryUrl | string | `""` | url (will be converted into `SENTRY_DSN` environment variable) used by sentry to collect error/panic events in storage-controller |
| settings.splitThreshold | string | `""` | Size threshold in bytes for automatically sharding a tenant. Omit to disable auto-sharding (default) |
| settings.startAsCandidate | bool | `false` | When set to True, restart the service gracefully |
| settings.startAsCandidate | string | `"30min"` | If a reconciliation takes longer than this, bump an alerting metric |
| tolerations | list | `[]` | Tolerations for pod assignment. |

----------------------------------------------
Expand Down

0 comments on commit a1fe6c9

Please sign in to comment.