Skip to content

Commit

Permalink
Signed-off-by: rstuberg <rstuberg@infoblox.com> (helm#12841)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rstuberg-ib authored and k8s-ci-robot committed May 7, 2019
1 parent a34d3bb commit c38b005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/vault/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion incubator/vault/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c38b005

Please sign in to comment.