Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[helm] Use grpc-based liveness probe
The previous commit introduced a gRPC server 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: tetragon: livenessProbe: timeoutSeconds: 60 exec: command: - tetra - status - --server-address - "54321" - --retries - "5" Signed-off-by: Anastasios Papagiannis <[email protected]>
- Loading branch information