Fix service address in deployment (#17626)

Signed-off-by: Roman Galeev <roman_galeev@mckinsey.com>
This commit is contained in:
mckjhd
2019-10-05 15:37:11 -07:00
committed by Kubernetes Prow Robot
parent 6a67f5e1bd
commit 2041861898
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.21.3
version: 0.21.4
appVersion: 1.1.2
home: https://www.vaultproject.io/
icon: https://www.vaultproject.io/assets/images/mega-nav/logo-vault-0f83e3d2.svg
+1 -1
View File
@@ -140,7 +140,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: VAULT_API_ADDR
value: "https://$(POD_IP):8200"
value: "http://$(POD_IP):8200"
{{- if not .Values.vault.dev }}
- name: VAULT_CLUSTER_ADDR
value: "https://$(POD_IP):8201"