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 Sep 9, 2024
1 parent e08273e commit 7036faa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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 All @@ -75,7 +77,7 @@ spec:
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
annotations:
checksum/config: f6a15195f8999e192a9c0b3af067cf48f7d30e057c027646e76d9d68457e1622
checksum/config: 6508691fa62cd3fc48fa01e5dbfe77244afa8e6451d5ef31bd2b43c3b61643c4
spec:
serviceAccountName: meilisearch
securityContext:
Expand Down

0 comments on commit 7036faa

Please sign in to comment.