[stable/ambassador] Add HOST_IP environment variable to ambassador container. (#13556)

Signed-off-by: Kit Ewbank <Christopher.Ewbank@capitalone.com>
This commit is contained in:
Kit Ewbank
2019-05-06 14:41:51 -07:00
committed by Kubernetes Prow Robot
parent 54e6a3fc66
commit 91eb8090bd
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.60.3
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 2.3.0
version: 2.3.1
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
+5 -1
View File
@@ -96,6 +96,10 @@ spec:
- name: admin
containerPort: 8877
env:
- name: HOST_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
{{- if .Values.prometheusExporter.enabled }}
- name: STATSD_ENABLED
value: "true"
@@ -166,7 +170,7 @@ spec:
value: "{{ .Values.pro.ports.ratelimitDebug }}"
- name: APP_LOG_LEVEL
value: "{{ .Values.pro.logLevel }}"
- name: AMBASSADOR_LICENSE_KEY
- name: AMBASSADOR_LICENSE_KEY
{{- if .Values.pro.licenseKey.secret }}
valueFrom:
secretKeyRef: