diff --git a/charts/bbgo/templates/deployment.yaml b/charts/bbgo/templates/deployment.yaml index db9a5397d..821dc7cf7 100644 --- a/charts/bbgo/templates/deployment.yaml +++ b/charts/bbgo/templates/deployment.yaml @@ -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