diff options
author | ac2550 <ac2550@intl.att.com> | 2018-05-18 13:13:17 +0200 |
---|---|---|
committer | ac2550 <ac2550@intl.att.com> | 2018-05-18 13:13:17 +0200 |
commit | 3f4be64c745ba107d74a993336673414463e255b (patch) | |
tree | d9700132347453bc47d2dd8603a851b35776544f /kubernetes | |
parent | 2dc8dad2f91485a44218a37f331bc4d8aa1bacd2 (diff) |
Incorect DCAE urls
Issue-ID: CLAMP-167
Change-Id: Id44a24fa88052e857001020393d6ec7b73c563a9
Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/clamp/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/clamp/values.yaml b/kubernetes/clamp/values.yaml index 71752fcfc6..751e4a0c11 100644 --- a/kubernetes/clamp/values.yaml +++ b/kubernetes/clamp/values.yaml @@ -48,8 +48,8 @@ config: "clamp.config.sdc.serviceUsername": "clamp", "clamp.config.sdc.servicePassword": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", "clamp.config.files.sdcController": "file:/opt/clamp/sdc-controllers-config.json", - "clamp.config.dcae.inventory.url": "http://dcaegen2.{{ include "common.namespace" . }}:8080", - "clamp.config.dcae.dispatcher.url": "http://dcaegen2.{{ include "common.namespace" . }}:8080", + "clamp.config.dcae.inventory.url": "http://inventory.{{ include "common.namespace" . }}:8080", + "clamp.config.dcae.dispatcher.url": "http://deployment-handler.{{ include "common.namespace" . }}:8443", "clamp.config.policy.pdpUrl1": "https://pdp.{{ include "common.namespace" . }}:9091/pdp/ , testpdp, alpha123", "clamp.config.policy.pdpUrl2": "https://pdp.{{ include "common.namespace" . }}:9091/pdp/ , testpdp, alpha123", "clamp.config.policy.papUrl": "https://pap.{{ include "common.namespace" . }}:8443/pap/ , testpap, alpha123", |