mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
a34d3bbccf
commit
c38b005d5a
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user