patch-paperless-ai #13

Merged
marko merged 2 commits from patch-paperless-ai into main 2025-07-07 10:37:49 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit 6d714483ff - Show all commits

View File

@ -1,7 +1,7 @@
apiVersion: v2
name: paperless-ai
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
version: 0.1.0
version: 0.2.0
appVersion: 3.0.7
keywords:
- paperless-ai

View File

@ -69,14 +69,14 @@ persistence:
livenessProbe:
initialDelaySeconds: 30
httpGet:
path: /
# path: /health
# path: /
path: /health
port: http
readinessProbe:
initialDelaySeconds: 30
httpGet:
path: /
# path: /health
# path: /
path: /health
port: http
# Sicherheitskontext-Einstellungen für Pod und Container.