From 5dc193dae136643928b402e3687f9c1a458c0dce Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Mon, 9 Dec 2019 15:06:55 +0100 Subject: [PATCH] fix typo ingress --- Chart.yaml | 3 ++- templates/ingress.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 5b67e849..295e288f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,6 @@ + name: nifi -version: 0.3.0 +version: 0.3.1 appVersion: 1.10.0 description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems. keywords: diff --git a/templates/ingress.yaml b/templates/ingress.yaml index c7a5dc3a..cb57547b 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -2,7 +2,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "apache-nifi.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -{{- $ingressPort := .Values.service.loadBalancer.httpPort -}} +{{- $ingressPort := .Values.service.httpPort -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: