fix: healthcheck on docs.json
This commit is contained in:
parent
0359492556
commit
1652734a83
@ -108,13 +108,13 @@ spec:
|
||||
mountPath: "/appdata"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/docs/docs.json
|
||||
port: http
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /api/docs/docs.json
|
||||
port: http
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
|
Loading…
Reference in New Issue
Block a user