Add health check endpoint

This commit is contained in:
2022-05-10 11:56:27 +02:00
parent 9325619310
commit 0300f62dec

View File

@@ -22,13 +22,13 @@ spec:
- containerPort: 8000
livenessProbe:
httpGet:
path: /
path: /download/healthz
port: 8000
initialDelaySeconds: 5
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
path: /download/healthz
port: 8000
initialDelaySeconds: 5
timeoutSeconds: 5