diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-01-29 21:50:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-29 21:50:21 +0000 |
commit | 13c5011000404fb0fa822c2fb5eaf2dbf5956069 (patch) | |
tree | 0664fe69518177e73cdc5f3ee0b30ab4f8008020 /kubernetes/dmaap/charts/dmaap-bus-controller/templates/deployment.yaml | |
parent | 49749ca5533115a5b613d4dfd9f5049827692330 (diff) | |
parent | 7bc1636109c227d346fc76ba7444cb1f37c5b66d (diff) |
Merge "Modifications for AAF identities"
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 |