add grpc value in helm chart

This commit is contained in:
chechia 2022-05-04 12:57:30 +08:00
parent ccc7e25f46
commit c750d7a352
2 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,12 @@ spec:
{{- if .Values.webserver.enabled }}
- "--enable-webserver"
{{- end }}
{{- if .Values.grpc.enabled }}
- "--enable-grpc"
{{- end }}
{{- if .Values.debug.enabled }}
- "--debug"
{{- end }}
ports:
{{- if .Values.webserver.enabled }}

View File

@ -74,6 +74,12 @@ metrics:
enabled: false
port: 9090
grpc:
enabled: false
debug:
enabled: false
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little