Skip to content

Commit

Permalink
chore: support set console env
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Oct 24, 2023
1 parent a23a783 commit e3a6948
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/hstreamdb/templates/hstreamdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ spec:
env:
- name: HSTREAM_PRIVATE_ADDRESS
value: {{ include "hstreamdb.fullname" . }}-internal-hserver:6570
{{- with .Values.console.env }}
{{- toYaml . | nindent 8 }}
{{- end -}}}}
1 change: 1 addition & 0 deletions charts/hstreamdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ console:
# Name of the console component.
name: hstreamdb-console
replicaCount: 1
env:
servicePorts:
- name: http
port: 5177
Expand Down

0 comments on commit e3a6948

Please sign in to comment.