From 78358cdd0c021a5dc350df385b54925507265f51 Mon Sep 17 00:00:00 2001 From: jyje Date: Sun, 29 Dec 2024 04:19:27 +0900 Subject: [PATCH] feat: add values with commented example values --- charts/open-webui/values.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 23388c0..fb79dcf 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -59,6 +59,37 @@ imagePullSecrets: [] # imagePullSecrets: # - name: myRegistryKeySecretName +# -- Probe for liveness of the Open WebUI container +# ref: +livenessProbe: {} +# livenessProbe: +# httpGet: +# path: /health +# port: http +# failureThreshold: 1 +# periodSeconds: 10 + +# -- Probe for readiness of the Open WebUI container +# ref: +readinessProbe: {} +# readinessProbe: +# httpGet: +# path: /health/db +# port: http +# failureThreshold: 1 +# periodSeconds: 10 + +# -- Probe for startup of the Open WebUI container +# ref: +startupProbe: {} +# startupProbe: +# httpGet: +# path: /health +# port: http +# initialDelaySeconds: 30 +# periodSeconds: 5 +# failureThreshold: 20 + resources: {} copyAppData: