feat(charts/open-webui): Fix probes

This commit is contained in:
jyje 2025-03-09 11:47:28 +09:00
parent 1eb9023699
commit 5d8c4c0e28
No known key found for this signature in database
GPG Key ID: CFEECE847750DA12

View File

@ -44,3 +44,10 @@ readinessProbe:
httpGet: httpGet:
path: /health/db path: /health/db
port: http port: http
startupProbe:
httpGet:
path: /health
port: http
initialDelaySeconds: 30 # Adjust this value according to the startup time of the application
periodSeconds: 10 # Adjust this value according to the startup time of the application
failureThreshold: 20 # Adjust this value according to the startup time of the application