mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
add grpc value in helm chart
This commit is contained in:
parent
ccc7e25f46
commit
c750d7a352
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user