Signed-off-by: rstuberg <rstuberg@infoblox.com> (#12841)

* Signed-off-by: rstuberg <rstuberg@infoblox.com>

 Changes to be committed:
	modified:   ingress.yaml
This changes the ingress to externalPort not port which is internal to the container.

* Signed-off-by: rstuberg <rstuberg@infoblox.com>
Bumped chart version
This commit is contained in:
Reid Stuberg
2019-05-07 15:46:34 -07:00
committed by Kubernetes Prow Robot
parent a34d3bbccf
commit c38b005d5a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Vault, a tool for managing secrets
name: vault
version: 0.18.5
version: 0.18.6
appVersion: 1.0.1
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
+1 -1
View File
@@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "vault.fullname" . -}}
{{- $servicePort := .Values.service.port -}}
{{- $servicePort := .Values.service.externalPort -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata: