This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 6 files changed +12
-4
lines changed
6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
apiVersion : v1
15
15
# Open Distro for Elasticsearch version
16
- appVersion : 1.8 .0
16
+ appVersion : 1.9 .0
17
17
description : ' Open Distro for Elasticsearch'
18
18
engine : gotpl
19
19
kubeVersion : ^1.10.0-0
@@ -26,4 +26,4 @@ name: opendistro-es
26
26
sources :
27
27
- https://pages.git.viasat.com/ATG/charts
28
28
# Chart version
29
- version : 1.8 .0
29
+ version : 1.9 .0
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ spec:
117
117
name : transport
118
118
- containerPort : 9600
119
119
name : metrics
120
+ - containerPort : 9650
121
+ name : rca
120
122
{{- with .Values.elasticsearch.client.readinessProbe}}
121
123
readinessProbe :
122
124
{{ toYaml . | indent 10 }}
Original file line number Diff line number Diff line change 30
30
name : http
31
31
- port : 9600
32
32
name : metrics
33
+ - port : 9650
34
+ name : rca
33
35
clusterIP : None
34
36
selector :
35
37
role : data
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ spec:
145
145
name : http
146
146
- containerPort : 9600
147
147
name : metrics
148
+ - containerPort : 9650
149
+ name : rca
148
150
volumeMounts :
149
151
- mountPath : /usr/share/elasticsearch/data
150
152
name : data
Original file line number Diff line number Diff line change 32
32
port : 9300
33
33
- name : metrics
34
34
port : 9600
35
+ - name : rca
36
+ port : 9650
35
37
selector :
36
38
role : client
37
39
type : {{ .Values.elasticsearch.client.service.type }}
Original file line number Diff line number Diff line change 14
14
kibana :
15
15
enabled : true
16
16
image : amazon/opendistro-for-elasticsearch-kibana
17
- imageTag : 1.8 .0
17
+ imageTag : 1.9 .0
18
18
# # Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never".
19
19
# # Default to "Always".
20
20
imagePullPolicy : " "
@@ -473,7 +473,7 @@ elasticsearch:
473
473
maxMapCount : 262144
474
474
475
475
image : amazon/opendistro-for-elasticsearch
476
- imageTag : 1.8 .0
476
+ imageTag : 1.9 .0
477
477
# # Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never".
478
478
# # Default to "Always".
479
479
imagePullPolicy : " "
You can’t perform that action at this time.
0 commit comments