Skip to content

Commit

Permalink
fix readiness probe path
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-schoener committed Dec 15, 2023
1 parent 46dcb01 commit 4d24358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sophora-schema-docs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
readinessProbe:
httpGet:
port: http
path: /actuator/health/liveness
path: /actuator/health/readiness
failureThreshold: {{ .failureThreshold }}
initialDelaySeconds: {{ .initialDelaySeconds }}
periodSeconds: {{ .periodSeconds }}
Expand Down

0 comments on commit 4d24358

Please sign in to comment.