Bump Helm chart version and update user IDs for Paperless AI #55
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: paperless-ai
|
name: paperless-ai
|
||||||
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
|
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
appVersion: 3.0.9
|
appVersion: 3.0.9
|
||||||
keywords:
|
keywords:
|
||||||
- paperless-ai
|
- paperless-ai
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ service:
|
|||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PUID: 1000
|
PUID: 0 # 1000
|
||||||
PGID: 2000
|
PGID: 0 # 2000
|
||||||
PAPERLESS_AI_PORT: 3000
|
PAPERLESS_AI_PORT: 3000
|
||||||
RAG_SERVICE_URL: http://localhost:8000
|
RAG_SERVICE_URL: http://localhost:8000
|
||||||
RAG_SERVICE_ENABLED: true
|
RAG_SERVICE_ENABLED: true
|
||||||
@@ -98,13 +98,13 @@ autoscaling:
|
|||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
|
|
||||||
# Ressourcenanforderungen und -limits für den Container.
|
# Ressourcenanforderungen und -limits für den Container.
|
||||||
resources:
|
resources: {}
|
||||||
limits:
|
# limits:
|
||||||
cpu: 300m
|
# cpu: 300m
|
||||||
memory: 704Mi
|
# memory: 704Mi
|
||||||
requests:
|
# requests:
|
||||||
cpu: 100m
|
# cpu: 100m
|
||||||
memory: 256Mi
|
# memory: 256Mi
|
||||||
|
|
||||||
# Node-Selector für die Pod-Platzierung.
|
# Node-Selector für die Pod-Platzierung.
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user