Skip to content

Commit

Permalink
fix spelling mistake (#8380)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushik93 authored Oct 21, 2024
1 parent 30376a8 commit f19ed9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogpt_platform/infra/helm/autogpt-server/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resources:

livenessProbe:
httpGet:
path: /heath
path: /health
port: 8006
initialDelaySeconds: 30
periodSeconds: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ livenessProbe:
failureThreshold: 6
readinessProbe:
httpGet:
path: /heath
path: /health
port: 8006
initialDelaySeconds: 30
periodSeconds: 10
Expand Down

0 comments on commit f19ed9f

Please sign in to comment.