mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix: traefik port (#15210)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e7fe41e3a7
commit
a31c926f1f
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user