File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ name: elasticsearch
2525sources :
2626 - https://github.com/bitnami/bitnami-docker-elasticsearch
2727 - https://www.elastic.co/products/elasticsearch
28- version : 17.9.3
28+ version : 17.9.4
Original file line number Diff line number Diff line change 2626 {{- if eq "true" (include "common.ingress.supportsPathType" .) }}
2727 pathType : {{ .Values.master.ingress.pathType }}
2828 {{- end }}
29- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.master.fullname" .) "servicePort" "http" "context" $) | nindent 14 }}
29+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.master.fullname" .) "servicePort" (include "elasticsearch.httpPortName" .) "context" $) | nindent 14 }}
3030 {{- if ne .Values.master.ingress.hostname "*" }}
3131 host : {{ .Values.master.ingress.hostname }}
3232 {{- end }}
3939 {{- if eq "true" (include "common.ingress.supportsPathType" $) }}
4040 pathType : {{ default "ImplementationSpecific" .pathType }}
4141 {{- end }}
42- backend : {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.master.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
42+ backend : {{- include "common.ingress.backend" (dict "serviceName" (include "elasticsearch.master.fullname" $) "servicePort" (include "elasticsearch.httpPortName" .) "context" $) | nindent 14 }}
4343 {{- end }}
4444 {{- if or .Values.master.ingress.tls .Values.master.ingress.extraTls }}
4545 tls :
You can’t perform that action at this time.
0 commit comments