Skip to content

Commit

Permalink
fix: update deployment to proper flags
Browse files Browse the repository at this point in the history
  • Loading branch information
particledecay committed Jan 27, 2022
1 parent a88cccc commit f0c7f26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "-port {{ .Values.service.public.port }}"
- -port
- {{ .Values.service.public.port }}
{{- if .Values.verbose }}
- "-verbose"
- -verbose
{{- end }}
ports:
- name: internal
Expand Down

0 comments on commit f0c7f26

Please sign in to comment.