diff --git a/chart/templates/Deployment.yaml b/chart/templates/Deployment.yaml index e19e3e1..5f42255 100644 --- a/chart/templates/Deployment.yaml +++ b/chart/templates/Deployment.yaml @@ -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