From fc0168c41464765f9fb8972a3fcb9d1df42d5d47 Mon Sep 17 00:00:00 2001 From: Thomas Decaux Date: Thu, 27 Aug 2020 11:54:07 +0200 Subject: [PATCH] Remove duplicate "initialDelaySeconds" field (#763) --- apm-server/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/apm-server/values.yaml b/apm-server/values.yaml index 00e097517..6986bbf4b 100755 --- a/apm-server/values.yaml +++ b/apm-server/values.yaml @@ -85,7 +85,6 @@ livenessProbe: port: http initialDelaySeconds: 30 failureThreshold: 3 - initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 5 @@ -95,7 +94,6 @@ readinessProbe: port: http initialDelaySeconds: 30 failureThreshold: 3 - initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 5