allow for custom cluster ip (#3524)

This commit is contained in:
Spencer Smith
2018-02-08 11:48:45 -08:00
committed by k8s-ci-robot
parent 32a2619f90
commit 7eb83d320d
3 changed files with 5 additions and 1 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.3.0
version: 0.3.1
appVersion: 0.9.0
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
+3
View File
@@ -13,6 +13,9 @@ metadata:
{{- end }}
spec:
type: {{ .Values.service.type }}
{{- if .Values.service.clusterIP }}
clusterIP: {{ .Values.service.clusterIP }}
{{- end }}
ports:
- port: {{ .Values.service.port }}
protocol: TCP
+1
View File
@@ -10,6 +10,7 @@ service:
name: vault
type: ClusterIP
port: 8200
# clusterIP: None
# annotations:
# cloud.google.com/load-balancer-type: "Internal"
ingress: