Skip to content

Commit

Permalink
fix(query): clickhouse endpoints env variable name typo (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
washanhanzi authored Oct 12, 2023
1 parent 452d34e commit 3f91ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/databend-query/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ spec:
value: 0.0.0.0
- name: QUERY_MYSQL_HANDLER_PORT
value: "3307"
- name: QUERY_CLICKHOUSE_HANDLER_HOST
- name: QUERY_CLICKHOUSE_HTTP_HANDLER_HOST
value: 0.0.0.0
- name: QUERY_CLICKHOUSE_HANDLER_PORT
value: "9000"
- name: QUERY_CLICKHOUSE_HTTP_HANDLER_PORT
value: "8124"
- name: QUERY_HTTP_HANDLER_HOST
value: 0.0.0.0
- name: QUERY_HTTP_HANDLER_PORT
Expand Down

0 comments on commit 3f91ce4

Please sign in to comment.