Skip to content

Commit

Permalink
fix(platform/infra): Fix liveness probe (#8382)
Browse files Browse the repository at this point in the history
fix liveness probe
  • Loading branch information
aarushik93 authored Oct 21, 2024
1 parent f19ed9f commit e4a9c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cors:

livenessProbe:
httpGet:
path: /heath
path: /health
port: 8006
initialDelaySeconds: 30
periodSeconds: 10
Expand Down

0 comments on commit e4a9c82

Please sign in to comment.