Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Remove duplicate "initialDelaySeconds" field #763

Merged
merged 1 commit into from
Aug 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove duplicate "initialDelaySeconds" field
  • Loading branch information
ebuildy authored Jul 30, 2020
commit f7b3ae7829126b658dc314222168cce829db10ed
2 changes: 0 additions & 2 deletions apm-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ livenessProbe:
port: http
initialDelaySeconds: 30
failureThreshold: 3
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5

Expand All @@ -95,7 +94,6 @@ readinessProbe:
port: http
initialDelaySeconds: 30
failureThreshold: 3
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5

Expand Down