fix(k8s/open-webui): memory 1Gi→2Gi (OOMKill HuggingFace download au boot)

fix(ansible/postgresql): GRANT ALL ON SCHEMA public (PostgreSQL 15+ default)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alkatrazz 2026-05-29 15:42:54 +02:00
parent bdd36d7188
commit f9609e48dd
2 changed files with 16 additions and 2 deletions

View file

@ -55,10 +55,10 @@ spec:
resources:
requests:
cpu: 200m
memory: 256Mi
memory: 512Mi
limits:
cpu: 1000m
memory: 1Gi
memory: 2Gi
readinessProbe:
httpGet:
path: /health