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