From c609948ed9f1dfa052dd04c4bd83551ccaa528a4 Mon Sep 17 00:00:00 2001 From: Romain Manni-Bucau Date: Tue, 3 Dec 2024 14:48:52 +0100 Subject: [PATCH] Update startup-port.yaml to replace liveness by startup --- pkg/builtinchecks/yamls/startup-port.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/builtinchecks/yamls/startup-port.yaml b/pkg/builtinchecks/yamls/startup-port.yaml index 36b13f04f..db945844a 100644 --- a/pkg/builtinchecks/yamls/startup-port.yaml +++ b/pkg/builtinchecks/yamls/startup-port.yaml @@ -1,8 +1,8 @@ name: "startup-port" -description: "Indicates when containers have a liveness probe to a not exposed port." +description: "Indicates when containers have a startup probe to a not exposed port." remediation: >- Check which ports you've exposed and ensure they match what you have specified - in the liveness probe. + in the startup probe. scope: objectKinds: - DeploymentLike