Compare commits
2 Commits
6d0764947b
...
6d714483ff
Author | SHA1 | Date | |
---|---|---|---|
6d714483ff | |||
9c999158ec |
@ -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.8.0
|
version: 0.2.0
|
||||||
appVersion: 3.0.7
|
appVersion: 3.0.7
|
||||||
keywords:
|
keywords:
|
||||||
- paperless-ai
|
- paperless-ai
|
||||||
|
@ -62,21 +62,21 @@ env:
|
|||||||
# Konfiguration für persistente Speicherung (Persistent Volume Claim).
|
# Konfiguration für persistente Speicherung (Persistent Volume Claim).
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClassName: "default"
|
storageClassName: ""
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 2Gi
|
size: 1Gi
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
# path: /
|
||||||
# path: /health
|
path: /health
|
||||||
port: http
|
port: http
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
# path: /
|
||||||
# path: /health
|
path: /health
|
||||||
port: http
|
port: http
|
||||||
|
|
||||||
# Sicherheitskontext-Einstellungen für Pod und Container.
|
# Sicherheitskontext-Einstellungen für Pod und Container.
|
||||||
|
Reference in New Issue
Block a user