Skip to content

Commit

Permalink
fix: databend query use statefulset (#72)
Browse files Browse the repository at this point in the history
* fix: databend query use statefulset

* f

* add query chart version
  • Loading branch information
hantmac authored May 9, 2023
1 parent ac609c0 commit 387dc3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/databend-query/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.1
version: 0.6.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: {{ include "databend-query.fullname" . }}
labels:
{{- include "databend-query.labels" . | nindent 4 }}
spec:
serviceName: {{ include "databend-query.fullname" . }}
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
Expand Down

0 comments on commit 387dc3f

Please sign in to comment.