Upgrade OpenWeb UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user