fix: traefik port (#15210)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2019-08-06 14:06:48 -07:00
committed by Kubernetes Prow Robot
parent e7fe41e3a7
commit a31c926f1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: traefik
version: 1.75.0
version: 1.75.1
appVersion: 1.7.12
description: A Traefik based Kubernetes ingress controller with Let's Encrypt support
keywords:
+1 -1
View File
@@ -162,7 +162,7 @@ spec:
hostPort: {{ default 443 .Values.deployment.hostPort.httpsPort }}
{{- end }}
protocol: TCP
{{- if .Values.dashboard.enabled }}
{{- if or .Values.dashboard.enabled .Values.metrics.prometheus.enabled }}
- name: dash
containerPort: 8080
{{- if .Values.deployment.hostPort.dashboardEnabled }}