Commit 355ace6 1 parent 0abab9d commit 355ace6 Copy full SHA for 355ace6
File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ metadata:
62
62
spec :
63
63
# Value 0 is bad interpreted it goes to 1 by default
64
64
# https://github.com/helm/helm/issues/3164
65
- replicas : 1
65
+ replicas : 0
66
66
serviceName : meilisearch
67
67
selector :
68
68
matchLabels :
92
92
- name : data
93
93
emptyDir : {}
94
94
95
+
96
+
95
97
containers :
96
98
- name : meilisearch
97
99
image : " getmeili/meilisearch:v1.10.0"
@@ -100,16 +102,16 @@ spec:
100
102
allowPrivilegeEscalation : false
101
103
capabilities :
102
104
drop :
103
- - ALL
105
+ - ALL
104
106
readOnlyRootFilesystem : true
105
107
volumeMounts :
106
108
- name : tmp
107
109
mountPath : /tmp
108
110
- name : data
109
111
mountPath : /meili_data
110
112
envFrom :
111
- - configMapRef :
112
- name : meilisearch-environment
113
+ - configMapRef :
114
+ name : meilisearch-environment
113
115
ports :
114
116
- name : http
115
117
containerPort : 7700
@@ -133,7 +135,8 @@ spec:
133
135
port : http
134
136
periodSeconds : 10
135
137
initialDelaySeconds : 0
136
- resources : {}
138
+ resources :
139
+ {}
137
140
---
138
141
# Source: meilisearch/templates/tests/test-connection.yaml
139
142
apiVersion : v1
@@ -149,6 +152,6 @@ spec:
149
152
containers :
150
153
- name : wget
151
154
image : busybox
152
- command : [" wget" ]
153
- args : [" meilisearch:7700" ]
155
+ command : [' wget' ]
156
+ args : [' meilisearch:7700' ]
154
157
restartPolicy : Never
You can’t perform that action at this time.
0 commit comments