Skip to content

Commit 355ace6

Browse files
committed
[CI] Syncing Helm manifest
1 parent 0abab9d commit 355ace6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

manifests/meilisearch.yaml

+10-7
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ metadata:
6262
spec:
6363
# Value 0 is bad interpreted it goes to 1 by default
6464
# https://github.com/helm/helm/issues/3164
65-
replicas: 1
65+
replicas: 0
6666
serviceName: meilisearch
6767
selector:
6868
matchLabels:
@@ -92,6 +92,8 @@ spec:
9292
- name: data
9393
emptyDir: {}
9494

95+
96+
9597
containers:
9698
- name: meilisearch
9799
image: "getmeili/meilisearch:v1.10.0"
@@ -100,16 +102,16 @@ spec:
100102
allowPrivilegeEscalation: false
101103
capabilities:
102104
drop:
103-
- ALL
105+
- ALL
104106
readOnlyRootFilesystem: true
105107
volumeMounts:
106108
- name: tmp
107109
mountPath: /tmp
108110
- name: data
109111
mountPath: /meili_data
110112
envFrom:
111-
- configMapRef:
112-
name: meilisearch-environment
113+
- configMapRef:
114+
name: meilisearch-environment
113115
ports:
114116
- name: http
115117
containerPort: 7700
@@ -133,7 +135,8 @@ spec:
133135
port: http
134136
periodSeconds: 10
135137
initialDelaySeconds: 0
136-
resources: {}
138+
resources:
139+
{}
137140
---
138141
# Source: meilisearch/templates/tests/test-connection.yaml
139142
apiVersion: v1
@@ -149,6 +152,6 @@ spec:
149152
containers:
150153
- name: wget
151154
image: busybox
152-
command: ["wget"]
153-
args: ["meilisearch:7700"]
155+
command: ['wget']
156+
args: ['meilisearch:7700']
154157
restartPolicy: Never

0 commit comments

Comments
 (0)