File tree 4 files changed +8
-2
lines changed 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : " v1.9.0"
3
3
description : A Helm chart for the Meilisearch search engine
4
4
name : meilisearch
5
- version : 0.8 .0
5
+ version : 0.9 .0
6
6
icon : https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg
7
7
home : https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
8
8
maintainers :
Original file line number Diff line number Diff line change 32
32
securityContext :
33
33
{{- toYaml .Values.podSecurityContext | nindent 8 }}
34
34
{{- end }}
35
+ {{- if .Values.priorityClassName }}
36
+ priorityClassName : {{ .Values.priorityClassName }}
37
+ {{- end }}
35
38
volumes :
36
39
- name : tmp
37
40
emptyDir : {}
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ podLabels: {}
67
67
# -- Additional labels to add to all resources
68
68
customLabels : {}
69
69
70
+ # -- Priority class name for pod
71
+ priorityClassName : " "
72
+
70
73
# -- Service HTTP port
71
74
service :
72
75
# -- Kubernetes Service type
Original file line number Diff line number Diff line change 75
75
app.kubernetes.io/component : search-engine
76
76
app.kubernetes.io/part-of : meilisearch
77
77
annotations :
78
- checksum/config : 28bb25587b6f6f42e1991cfbe3fca5f72ef180d61aaf42857614e16d9b618e30
78
+ checksum/config : 9b1b33e395e5ab2e54e89dd0661f4bc36b5e03eada8ec87236c321547fb7b221
79
79
spec :
80
80
serviceAccountName : meilisearch
81
81
securityContext :
You can’t perform that action at this time.
0 commit comments