diff options
author | dglFromAtt <dgl@research.att.com> | 2019-01-18 20:50:20 +0000 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2019-01-25 15:22:52 +0000 |
commit | 7bc1636109c227d346fc76ba7444cb1f37c5b66d (patch) | |
tree | 5346b9bdfb4206d60cab39a75895f814e6e0eb2d /kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml | |
parent | 72c4aa020f9e65fe6214a6fcecbd9e2e58e69f7d (diff) |
Modifications for AAF identities
Change-Id: I8eb1e09fb6256ef08d858b3fb94c887dab6244b7
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-856
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml')
-rw-r--r-- | kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |