Skip to content

Commit

Permalink
chore: Adjust livenessprobe in gitea (#1690)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikołaj Baranowski <mikolajb@gmail.com>
  • Loading branch information
mikolajb authored Oct 23, 2023
1 parent 1ac7157 commit 8f89cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/gitea/9.3.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ data:
periodSeconds: 10
successThreshold: 1
failureThreshold: 10
# We use startupProbe unlike the default configuration,
# to shorten readiness time, set initialDelaySeconds to 5 seconds.
livenessProbe:
initialDelaySeconds: 5
deployment:
annotations:
secret.reloader.stakater.com/reload: ${tlsCertificateSecret}
Expand Down

0 comments on commit 8f89cbf

Please sign in to comment.