-
Notifications
You must be signed in to change notification settings - Fork 13
Add TCP probes to HA chart and standalone chart #1142
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@as51340 please branch from release branch |
It is branched from release, just PR was opened on the wrong branch. All good here 😄 |
mattkjames7
pushed a commit
that referenced
this pull request
Mar 12, 2025
* init * Update temporal function signatures (#1162) * Add function signature for two-argument project() (#1163) * Add length function docs (#1141) * Add length function docs * Format --------- Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Add RPC timeouts for SystemHeartbeatReq, SystemRecoveryReq and ForceResetStorageReq (#1130) * Add info * Fix to 60'' * Add system recovery timeout * Use seconds --------- Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Add TCP probes to HA chart and standalone chart (#1142) * Add probes for HA chart * Add example for secrets * Add standalone probes to the docs * Fix text --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Added mgp_list_reserve and List::Reserve (#1126) * Added mgp_list_reserve and List::Reserve * Update c-api.mdx --------- Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Optionally create storage class in the standalone chart (#1143) * Optionally create storage class * Update --------- Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> Co-authored-by: katarinasupe <supe.katarina@gmail.com> * Add length function not difference (#1146) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Add RPC timeouts for AppendDeltasRPC, CurrentWalRPC, WalFilesRPC and SnapshotRPC (#1149) * Add replication RPC timeouts * Add docs for snapshot timeouts * update wording * Fix typo * build --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Migrate from S3 (#1157) * Add migration from S3 docs * add reference to new procedure --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> * Add documentation (#1159) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Remove ports from config options (#1169) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Bugfix: Unregister replication instance could lead to a deadlock (#1170) * Unregister deadlock * update wording * fix typo --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Show vector index info (#1171) * Add vector index info * add info to fundamentals section --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Add documentation (#1172) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Bugfix: force reset causes data loss and deletion of durability files in HA environment (#1174) * Add docs for forked timeline * Update wording * clarify non-zero RPO --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * add number of threads argument (#1175) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Document newly added approximation functions in C API (#1177) * document newly added functions * fix typo --------- Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * update community detection docs (#1178) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * SSO OIDC custom auth and connecting with Neo4j Python driver (#1151) * SSO custom auth and SSO with neo4j python driver docs * PR changes * PR changes * update link --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Dynamic node labels within list (#1156) * Add documentation for dynamic node labels within list * update wording --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Add Lab 3.1.0 release notes (#1184) Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Add first memgraph changelog item * Add first 4 memgraph changelog items * Add 2 more memgraph changelog items * Add more changelog items * Add more changelog items * Add more changelog items * Impersonate user (#1179) * touch * impersonation doc * link * change filename - fix link issue * fix wording * Added to python docs * Add link to reference docs * Remove title * update docs --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> * Query resources and storage access timeout (#1180) * touch * access timeout * removed file * add fix --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> * Dynamic relationship creation (#1188) * release notes init * typo * Dynamic relationship creation * Create documentation updated * Migrate to nextra v3 (#1086) * migration changes * Update versions * Make social card link external * Fix headings * Add spacing * Revert "Migrate to nextra v3 (#1086)" (#1093) This reverts commit db5a2cc. * Update functions.mdx (#1089) Add the description of `toStringToNull` function, and clarify the difference between it and the extant `toString` function. * Add docs for client-side routing * Update csv.mdx * update example * Create documentation updated --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> Co-authored-by: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> Co-authored-by: colinbarry <colin.barry@memgraph.io> Co-authored-by: Andi Skrgat <andi8647@gmail.com> * Add --debug-query-plans (#1187) * Add --debug-query-plans * change order to alphabetical * change default to false * add note on how to use new flag --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> * Add more changelog items * Add more changelog items * tzdata version incompatibility warning (#1185) * added warnings * update warning on procedure page * added warnings * update warning --------- Co-authored-by: katarinasupe <supe.katarina@gmail.com> * Add the whole memgraph changelog * Add the whole mage changelog --------- Co-authored-by: Josipmrden <josip.mrden@memgraph.io> Co-authored-by: Andi Skrgat <andi8647@gmail.com> Co-authored-by: Gareth Andrew Lloyd <gareth@ignition-web.co.uk> Co-authored-by: Ivan Milinović <44698587+imilinovic@users.noreply.github.com> Co-authored-by: David Ivekovic <david.ivekovic@memgraph.io> Co-authored-by: Toni <toni.lastre@memgraph.io> Co-authored-by: Marko Budiselic <marko.budiselic@memgraph.com> Co-authored-by: andrejtonev <29177572+andrejtonev@users.noreply.github.com> Co-authored-by: colinbarry <colin.barry@memgraph.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release note
Liveness, readiness and startup probes are added to the HA chart.
Related product PRs
PRs from product repo this doc page is related to:
(paste the links to the PRs)
memgraph/helm-charts#114
memgraph/helm-charts#113
Checklist:
bugfix
orfeature
label, based on the product PR type you're documenting