Skip to content

Commit 5621bc0

Browse files
author
cleverhu
authored
fix ingress ingest (#13119)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io>
1 parent c2b90a9 commit 5621bc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bitnami/elasticsearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ name: elasticsearch
2525
sources:
2626
- https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch
2727
- https://www.elastic.co/products/elasticsearch
28-
version: 19.4.4
28+
version: 19.4.5

bitnami/elasticsearch/templates/ingest/ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ include "elasticsearch.ingest.fullname" . }}
66
namespace: {{ include "common.names.namespace" . | quote }}
77
labels: {{- include "common.labels.standard" . | nindent 4 }}
8-
app.kubernetes.io/component: elasticsearch
8+
app.kubernetes.io/component: ingest
99
{{- if .Values.commonLabels }}
1010
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
1111
{{- end }}
@@ -33,7 +33,7 @@ spec:
3333
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
3434
pathType: {{ .Values.ingest.ingress.pathType }}
3535
{{- end }}
36-
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
36+
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.ingest.fullname" .) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
3737
{{- if ne .Values.ingest.ingress.hostname "*" }}
3838
host: {{ .Values.ingest.ingress.hostname }}
3939
{{- end }}
@@ -46,7 +46,7 @@ spec:
4646
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
4747
pathType: {{ default "ImplementationSpecific" .pathType }}
4848
{{- end }}
49-
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
49+
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.ingest.fullname" $) "servicePort" "tcp-rest-api" "context" $) | nindent 14 }}
5050
{{- end }}
5151
{{- if .Values.ingest.ingress.extraRules }}
5252
{{- include "common.tplvalues.render" ( dict "value" .Values.ingest.ingress.extraRules "context" $ ) | nindent 4 }}

0 commit comments

Comments
 (0)