Skip to content

Commit

Permalink
Merge pull request #12 from thealtoclef/add-kickoff-affinity-and-work…
Browse files Browse the repository at this point in the history
…load-group

✨ feat: add kickOffAffinityBe and enableWorkloadGroup
  • Loading branch information
buu-nguyen authored Dec 19, 2024
2 parents 4ca3165 + 4c9e9c8 commit c6c18b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/doris/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ maintainers:
# 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: 1.6.2-rc.2
version: 1.6.2-rc.3

# 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
6 changes: 6 additions & 0 deletions helm-charts/doris/templates/doriscluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ spec:
{{- include "auth_proxy.alloydb" . | nindent 6 }}
{{- end }}
{{- end }}
{{- if .Values.beSpec.enableWorkloadGroup }}
enableWorkloadGroup: {{ .Values.beSpec.enableWorkloadGroup }}
{{- end }}
{{- if .Values.dorisCluster.enabledCn }}
cnSpec:
replicas: {{ .Values.cnSpec.replicas }}
Expand Down Expand Up @@ -460,4 +463,7 @@ spec:
command: {{ .Values.brokerSpec.systemInitialization.command }}
{{- end }}
{{- end }}
{{- if .Values.brokerSpec.kickOffAffinityBe }}
kickOffAffinityBe: {{ .Values.brokerSpec.kickOffAffinityBe }}
{{- end }}
{{- end }}
2 changes: 2 additions & 0 deletions helm-charts/doris/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ beSpec:
# - name: native-sidecar
# image: alpine:latest
# restartPolicy: Always
enableWorkloadGroup: ~

cnSpec:
replicas: 3
Expand Down Expand Up @@ -763,3 +764,4 @@ brokerSpec:
# - name: native-sidecar
# image: alpine:latest
# restartPolicy: Always
kickOffAffinityBe: ~

0 comments on commit c6c18b2

Please sign in to comment.