Skip to content

Commit 238771f

Browse files
use tcp probes instead of unreliable http probes
1 parent 56abaac commit 238771f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

apps/paperless-ngx/paperless-ngx-deployment.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,15 @@ spec:
6464
name: "paperless"
6565
optional: true
6666
livenessProbe:
67-
httpGet:
68-
path: "/"
67+
tcpSocket:
6968
port: "paperless-ngx"
7069
initialDelaySeconds: 30
7170
readinessProbe:
72-
httpGet:
73-
path: "/"
71+
tcpSocket:
7472
port: "paperless-ngx"
7573
initialDelaySeconds: 5
7674
startupProbe:
77-
httpGet:
78-
path: "/"
75+
tcpSocket:
7976
port: "paperless-ngx"
8077
failureThreshold: 60
8178
periodSeconds: 10

0 commit comments

Comments
 (0)