Upgrade OpenWeb UI

This commit is contained in:
2026-05-16 22:22:33 +00:00
parent c837d04f95
commit aaf74cc00c
2 changed files with 12 additions and 3 deletions

View File

@@ -42,6 +42,13 @@ spec:
secretKeyRef:
name: open-webui-secrets
key: secretKey
- name: WEBUI_ADMIN_EMAIL
value: "{{ .adminEmail }}"
- name: WEBUI_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: open-webui-secrets
key: adminPassword
volumeMounts:
- name: data
mountPath: /app/backend/data
@@ -61,7 +68,7 @@ spec:
failureThreshold: 18
readinessProbe:
httpGet:
path: /health
path: /ready
port: http
periodSeconds: 10
timeoutSeconds: 5