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