Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify installation of Memgraph HA chart using IngressNginx #110

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions charts/memgraph-high-availability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ The following table lists the configurable parameters of the Memgraph chart and
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `env.MEMGRAPH_ENTERPRISE_LICENSE` | Memgraph enterprise license | `<your-license>` |
| `env.MEMGRAPH_ORGANIZATION_NAME` | Organization name | `<your-organization-name>` |
| `probes.startup.failureThreshold` | Startup probe failure threshold | `30` |
| `probes.startup.periodSeconds` | Startup probe period in seconds | `10` |
| `probes.readiness.initialDelaySeconds` | Readiness probe initial delay in seconds | `5` |
| `probes.readiness.periodSeconds` | Readiness probe period in seconds | `5` |
| `probes.liveness.initialDelaySeconds` | Liveness probe initial delay in seconds | `30` |
| `probes.liveness.periodSeconds` | Liveness probe period in seconds | `10` |
| `storage.libPVCSize` | Size of the storage PVC | `1Gi` |
| `storage.libStorageClassName` | The name of the storage class used for storing data. | `` |
| `storage.libStorageAccessMode` | Access mode used for lib storage. | `ReadWriteOnce` |
Expand Down

This file was deleted.

Loading
Loading