Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[helm] Use http-based liveness probe
The previous commit introduced an HTTP endopoint that can be used for the liveness probe. This patch changes helm to make that default instead of the tetra status based liveness probe. The user can still use the tetra status based liveness probe by defining a values file similar to: $ cat values.yaml tetragon: livenessProbe: null Signed-off-by: Anastasios Papagiannis <[email protected]>
- Loading branch information