Skip to content

Commit 78bad86

Browse files
authored
fix(query): ingress upstream-hash-by (#134)
1 parent 85e1057 commit 78bad86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/databend-query/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 0.12.2
28+
version: 0.12.3
2929

3030
# This is the version number of the application being deployed. This version number should be
3131
# incremented each time you make changes to the application. Versions are not expected to

charts/databend-query/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- end }}
88
{{- end }}
99
{{- if .Values.enableLoadBalance }}
10-
{{- $_ := set .Values.ingress.annotations "nginx.ingress.kubernetes.io/upstream-hash-by" "$http_x_databend_route_hint" }}
10+
{{- $_ := set .Values.ingress.annotations "nginx.ingress.kubernetes.io/upstream-hash-by" "$http_x_databend_query_id" }}
1111
{{- end }}
1212
{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}}
1313
apiVersion: networking.k8s.io/v1

0 commit comments

Comments
 (0)