mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix: typo daemonset.useHostPort for nginx-ingress (#4073)
This commit is contained in:
committed by
k8s-ci-robot
parent
463538ea1a
commit
d55b665e45
@@ -1,5 +1,5 @@
|
||||
name: nginx-ingress
|
||||
version: 0.11.0
|
||||
version: 0.11.1
|
||||
appVersion: 0.11.0
|
||||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
||||
|
||||
@@ -98,13 +98,13 @@ spec:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
{{- if .Values.controller.daemonset.useHostPorts }}
|
||||
{{- if .Values.controller.daemonset.useHostPort }}
|
||||
hostPort: 80
|
||||
{{- end }}
|
||||
- name: https
|
||||
containerPort: 443
|
||||
protocol: TCP
|
||||
{{- if .Values.controller.daemonset.useHostPorts }}
|
||||
{{- if .Values.controller.daemonset.useHostPort }}
|
||||
hostPort: 443
|
||||
{{- end }}
|
||||
{{- if .Values.controller.stats.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user