summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/values.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2018-05-31 18:18:06 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-31 18:18:06 +0000
commite5da11e8c4de170145799198be1a076741d69301 (patch)
tree83551f9e734754fc5f9bf0daf7c45b0723611f7c /kubernetes/oof/values.yaml
parent08b9d7917c4bdf33cbb259306970d1763197b4c8 (diff)
parentd4b37e233cdc04c7dfa33e0c1d61f55a263b693b (diff)
Merge "Updating the config mount point and HAS url"
Diffstat (limited to 'kubernetes/oof/values.yaml')
-rw-r--r--kubernetes/oof/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/oof/values.yaml b/kubernetes/oof/values.yaml
index 9f74271418..51114a6279 100644
--- a/kubernetes/oof/values.yaml
+++ b/kubernetes/oof/values.yaml
@@ -34,7 +34,7 @@ debugEnabled: false
# application configuration
config:
- msbgateway: msb-iag.{{ include "common.namespace" . }}
+ msbgateway: msb-iag
msbPort: 80
# Credentials for the OOF placement service – SO.
osdfPlacementSOUsername: so_test
@@ -46,7 +46,7 @@ config:
soUsername: "" # SO username for call back.
soPassword: "" # SO password for call back.
# Url and credentials for Conductor.
- conductorUrl: https://oof-has-api.{{ include "common.namespace" . }}:8091/v1/plans/
+ conductorUrl: http://oof-has-api:8091/v1/plans/
conductorUsername: admin1
conductorPassword: plan.15
conductorPingWaitTime: 60