chore(forgejo): update probes

This commit is contained in:
David Landry 2025-07-10 16:26:39 -04:00
parent 564ec57cc7
commit 29297a3541
5 changed files with 3 additions and 389 deletions

View file

@ -657,7 +657,8 @@ gitea:
# Modify the liveness probe for your needs or completely disable it by commenting out.
livenessProbe:
enabled: true
tcpSocket:
httpGet:
path: /api/healthz
port: http
initialDelaySeconds: 200
timeoutSeconds: 1
@ -677,7 +678,7 @@ gitea:
## @param gitea.readinessProbe.failureThreshold Failure threshold for readiness probe
# Modify the readiness probe for your needs or completely disable it by commenting out.
readinessProbe:
enabled: true
enabled: false
httpGet:
path: /api/healthz
port: http