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

helm: Add tetragon.livenessProbe value #2471

Merged
merged 1 commit into from
May 27, 2024
Merged

helm: Add tetragon.livenessProbe value #2471

merged 1 commit into from
May 27, 2024

Conversation

michi-covalent
Copy link
Contributor

[ upstream commit 1871fe8 ]

Add tetragon.livenessProbe Helm value that overrides the default liveness probe for the tetragon container. For example, to use grpc probe, you can specify tetragon.livenessProbe Helm value like this:

tetragon:
  livenessProbe:
    grpc:
      port: 54321

[ upstream commit 1871fe8 ]

Add tetragon.livenessProbe Helm value that overrides the default
liveness probe for the tetragon container. For example, to use grpc
probe, you can specify tetragon.livenessProbe Helm value like this:

    tetragon:
      livenessProbe:
        grpc:
          port: 54321

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
@michi-covalent michi-covalent added the release-note/minor This PR introduces a minor user-visible change label May 25, 2024
@michi-covalent michi-covalent requested a review from a team as a code owner May 25, 2024 22:29
@michi-covalent michi-covalent requested review from mtardy and removed request for a team May 25, 2024 22:29
Copy link
Member

@mtardy mtardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks again!

@kkourt kkourt merged commit 8d35c57 into v1.1 May 27, 2024
38 checks passed
@kkourt kkourt deleted the pr/michi/back11 branch May 27, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants