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 7eaf827 commit e9856ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ metadata:
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
spec:
replicas: 1
# Value 0 is bad interpreted it goes to 1 by default
# https://github.com/helm/helm/issues/3164
replicas: 0
serviceName: meilisearch
selector:
matchLabels:
Expand Down

0 comments on commit e9856ae

Please sign in to comment.