File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ metadata:
23
23
app.kubernetes.io/component : search-engine
24
24
app.kubernetes.io/part-of : meilisearch
25
25
data :
26
- MEILI_ENV : " development "
26
+ MEILI_ENV : " production "
27
27
MEILI_NO_ANALYTICS : " true"
28
28
---
29
29
# Source: meilisearch/templates/service.yaml
@@ -97,16 +97,16 @@ spec:
97
97
allowPrivilegeEscalation : false
98
98
capabilities :
99
99
drop :
100
- - ALL
100
+ - ALL
101
101
readOnlyRootFilesystem : true
102
102
volumeMounts :
103
103
- name : tmp
104
104
mountPath : /tmp
105
105
- name : data
106
106
mountPath : /meili_data
107
107
envFrom :
108
- - configMapRef :
109
- name : meilisearch-environment
108
+ - configMapRef :
109
+ name : meilisearch-environment
110
110
ports :
111
111
- name : http
112
112
containerPort : 7700
@@ -130,8 +130,7 @@ spec:
130
130
port : http
131
131
periodSeconds : 10
132
132
initialDelaySeconds : 0
133
- resources :
134
- {}
133
+ resources : {}
135
134
---
136
135
# Source: meilisearch/templates/tests/test-connection.yaml
137
136
apiVersion : v1
@@ -147,6 +146,6 @@ spec:
147
146
containers :
148
147
- name : wget
149
148
image : busybox
150
- command : [' wget' ]
151
- args : [' meilisearch:7700' ]
149
+ command : [" wget" ]
150
+ args : [" meilisearch:7700" ]
152
151
restartPolicy : Never
You can’t perform that action at this time.
0 commit comments