updating openwebui

This commit is contained in:
2026-07-03 13:31:59 -03:00
parent df4cf4ba77
commit b5e1276977
2 changed files with 109 additions and 1 deletions

View File

@@ -14,12 +14,36 @@ spec:
labels:
app: openwebui
spec:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- iris
containers:
- name: openwebui
image: ghcr.io/open-webui/open-webui:main-slim
imagePullPolicy: Always
ports:
- containerPort: 8080
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "America/Sao_Paulo"
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: openwebui-secret
key: DATABASE_URL
- name: PLAYWRIGHT_WS_URL
value: "ws://browserless.default.svc.cluster.local:3000"
resources:
requests:
cpu: "250m"
@@ -87,4 +111,4 @@ spec:
service:
name: openwebui
port:
number: 8080
number: 8080