From a31c926f1f1b2e58e23151d3dba4be4771406dbf Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 6 Aug 2019 18:06:48 -0300 Subject: [PATCH] fix: traefik port (#15210) Signed-off-by: Carlos Alexandro Becker --- stable/traefik/Chart.yaml | 2 +- stable/traefik/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index f127904245..aa12f4ec1b 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -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: diff --git a/stable/traefik/templates/deployment.yaml b/stable/traefik/templates/deployment.yaml index 3cbb19b257..ac062c99df 100644 --- a/stable/traefik/templates/deployment.yaml +++ b/stable/traefik/templates/deployment.yaml @@ -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 }}