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

Adds support for allowing overrides to liveness, readiness, and startup probes #338

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

ryanmcafee
Copy link

@ryanmcafee ryanmcafee commented Jul 11, 2024

Adds support for allowing overrides to liveness, readiness, and startup probes

Preserves backward compatibility with existing consumers of Neo4J helm chart

Tested by performing dry run of helm chart on main branch vs this feature branch and performing diff of manifests to ensure defaulted values causes manifests to render same values.

Main branch:

helm template ./neo4j --debug --dry-run --set neo4j.name=test-neo4j-cluster --set volumes.data.mode=defaultStorageClass > neo4j-cluster-manifests-main-branch.yaml

Feature branch:
helm template ./neo4j --debug --dry-run --set neo4j.name=test-neo4j-cluster --set volumes.data.mode=defaultStorageClass > neo4j-cluster-manifests-with-updates.yaml

Then diffed the files.

Related Issue: #337

neo4j_liveness_readiness_startup_probes_overrides_backwards_compatibility_diff_dryrun_debug_manifests

…up probes

Preserves backward compatibility with existing consumers of Neo4J helm chart

Tested by performing dry run of helm chart on main branch vs this feature branch and performing diff of manifests to ensure defaulted values causes manifests to render same values.

Main branch:

helm template ./neo4j --debug --dry-run --set neo4j.name=test-neo4j-cluster --set volumes.data.mode=defaultStorageClass  > neo4j-cluster-manifests-main-branch.yaml

Feature branch:
helm template ./neo4j --debug --dry-run --set neo4j.name=test-neo4j-cluster --set volumes.data.mode=defaultStorageClass > neo4j-cluster-manifests-with-updates.yaml

Then diffed the files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants