fix: healthcheck on docs.json

This commit is contained in:
Max batleforc 2024-06-28 04:13:56 +02:00
parent 0359492556
commit 1652734a83
No known key found for this signature in database
GPG Key ID: 25D243AB4B6AC9E7

View File

@ -108,13 +108,13 @@ spec:
mountPath: "/appdata" mountPath: "/appdata"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /api/docs/docs.json
port: http port: http
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /api/docs/docs.json
port: http port: http
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10