Skip to content

Commit

Permalink
[CI] Syncing Helm manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Oct 2, 2024
1 parent f8dbb9d commit d6f63a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,20 @@ spec:
startupProbe:
httpGet:
path: /health
port: 7700
port: http
periodSeconds: 1
initialDelaySeconds: 1
failureThreshold: 60
livenessProbe:
httpGet:
path: /health
port: 7700
port: http
periodSeconds: 10
initialDelaySeconds: 0
readinessProbe:
httpGet:
path: /health
port: 7700
port: http
periodSeconds: 10
initialDelaySeconds: 0
resources:
Expand Down

0 comments on commit d6f63a5

Please sign in to comment.