Skip to content

Commit

Permalink
feat: add logDeviceConfig support
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Dec 18, 2023
1 parent 4a1d435 commit c71d381
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions charts/hstreamdb/templates/hstreamdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ metadata:
namespace: {{ .Release.Namespace | quote }}
labels: {{ include "hstreamdb.labels" . | nindent 4 }}
spec:
config:
logDeviceConfig:
{{- with .Values.logDeviceConfig }}
{{- toYaml . | nindent 6 }}
{{- end }}
hserver:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down
5 changes: 4 additions & 1 deletion charts/hstreamdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ tolerations: []

affinity: {}

logDeviceConfig:
# version: 2

hserver:
# Name of the hserver component.
name: hserver
Expand All @@ -82,7 +85,7 @@ hstore:
name: hstore
replicaCount: 3
# Storage size for PVC requests. Must be set.
storage: 5Gi
storage: 1Gi

adminServer:
# Name of the admin-server component.
Expand Down

0 comments on commit c71d381

Please sign in to comment.