Skip to content

Commit

Permalink
fix: ton-grpc helm chart metrics arg
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Oct 11, 2023
1 parent 5bc0016 commit 04dbced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/ton-grpc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
{{- if .Values.metrics.enabled }}
- --enable-metrics
{{- end }}
ports:
- name: http
containerPort: 50052
Expand Down

0 comments on commit 04dbced

Please sign in to comment.