From 7bc1636109c227d346fc76ba7444cb1f37c5b66d Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Fri, 18 Jan 2019 20:50:20 +0000 Subject: Modifications for AAF identities Change-Id: I8eb1e09fb6256ef08d858b3fb94c887dab6244b7 Signed-off-by: dglFromAtt Issue-ID: DMAAP-856 --- .../dmaap/charts/dmaap-bus-controller/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml') diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml b/kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml index 9cf147fdab..4d009e9698 100644 --- a/kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml +++ b/kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: app: {{ include "common.name" . }} release: {{ .Release.Name }} spec: + hostAliases: + - ip: "10.12.6.214" + hostnames: + - "aaf-onap-test.osaaf.org" initContainers: - command: - /root/ready.py -- cgit 1.2.3-korg