Skip to content

Commit

Permalink
Update cloud/EAP7-1769-Helm-cahrts-Configuring-Kubernetes-startup-pro…
Browse files Browse the repository at this point in the history
…be.adoc

Co-authored-by: laDok8 <[email protected]>
  • Loading branch information
yersan and laDok8 authored Nov 25, 2024
1 parent a721a01 commit d33d8e4
Showing 1 changed file with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,24 @@ As a user, I want to delay the initial liveness and readiness check using an Sta

=== Default Configuration

* The proposal for the default Startup Probe configuration is the following:
* The proposal for the default configurations is following:
+
[source,yaml]
startupProbe:
httpGet:
path: /health/live
port: admin
initialDelaySeconds: 5
failureThreshold: 36
periodSeconds: 5
[source,yaml]
livenessProbe:
httpGet:
path: /health/live
port: admin
readinessProbe:
httpGet:
path: /health/ready
port: admin
startupProbe:
httpGet:
path: /health/live
port: admin
initialDelaySeconds: 5
failureThreshold: 36
periodSeconds: 5

=== Importing Existing Configuration

Expand Down

0 comments on commit d33d8e4

Please sign in to comment.