mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
chart: expose webserver port
This commit is contained in:
parent
090d60b44e
commit
a8546ce935
|
@ -51,6 +51,11 @@ spec:
|
|||
{{- end }}
|
||||
|
||||
ports:
|
||||
{{- if .Values.webserver.enabled }}
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
{{- end }}
|
||||
{{- if .Values.metrics.enabled }}
|
||||
- name: metrics
|
||||
containerPort: 9090
|
||||
|
|
Loading…
Reference in New Issue
Block a user