mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
allow for custom cluster ip (#3524)
This commit is contained in:
committed by
k8s-ci-robot
parent
32a2619f90
commit
7eb83d320d
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,6 +10,7 @@ service:
|
||||
name: vault
|
||||
type: ClusterIP
|
||||
port: 8200
|
||||
# clusterIP: None
|
||||
# annotations:
|
||||
# cloud.google.com/load-balancer-type: "Internal"
|
||||
ingress:
|
||||
|
||||
Reference in New Issue
Block a user