Bump paperless-ai chart version to 0.3.0 and update probes #14
@@ -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.2.0
 | 
			
		||||
version: 0.3.0
 | 
			
		||||
appVersion: 3.0.7
 | 
			
		||||
keywords:
 | 
			
		||||
  - paperless-ai
 | 
			
		||||
 
 | 
			
		||||
@@ -69,14 +69,12 @@ persistence:
 | 
			
		||||
livenessProbe:
 | 
			
		||||
  initialDelaySeconds: 30
 | 
			
		||||
  httpGet:
 | 
			
		||||
    # path: /
 | 
			
		||||
    path: /health
 | 
			
		||||
    path: /
 | 
			
		||||
    port: http
 | 
			
		||||
readinessProbe:
 | 
			
		||||
  initialDelaySeconds: 30
 | 
			
		||||
  httpGet:
 | 
			
		||||
    # path: /
 | 
			
		||||
    path: /health
 | 
			
		||||
    path: /
 | 
			
		||||
    port: http
 | 
			
		||||
 | 
			
		||||
# Sicherheitskontext-Einstellungen für Pod und Container.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user