Skip to content

Commit

Permalink
make replicas have 1 hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
damieneichhorn committed Aug 28, 2023
1 parent 06bc80b commit df78238
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/meilisearch/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "meilisearch.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
serviceName: {{ template "meilisearch.fullname" . }}
selector:
matchLabels:
Expand Down
3 changes: 0 additions & 3 deletions charts/meilisearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# -- Number of Meilisearch pods to run
replicaCount: 1

startupProbe:
periodSeconds: 1
InitialDelaySeconds: 1
Expand Down

0 comments on commit df78238

Please sign in to comment.