chore(forgejo): update probes
This commit is contained in:
parent
564ec57cc7
commit
29297a3541
5 changed files with 3 additions and 389 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue