chart: expose webserver port

This commit is contained in:
c9s 2021-12-28 02:05:16 +08:00
parent 090d60b44e
commit a8546ce935

View File

@ -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