diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-05-23 13:59:50 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2018-05-23 13:59:50 -0500 |
commit | 3ab001798590b8cf349df6ab51561888909e6814 (patch) | |
tree | 4c745ddbbefe4c642448be0f5aa7e6795e98f806 /kubernetes/policy/charts/drools/values.yaml | |
parent | 07d87e7559c14993dc0cb6919c60fb2d1b5757b7 (diff) |
get latest amsterdam maven coordinates from nexus
- latest coordinates will be set to the controller
for failure and scale out case so to not require
manual operation.
- reduce the replicat count to 2 to make life easier
to testers, and since should be expected to
support enough performance testing.
- fix aai so urls.
Change-Id: I5d0d6d6c1c8242944d9d56601c5d463e790df900
Issue-ID: OOM-1104
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'kubernetes/policy/charts/drools/values.yaml')
-rw-r--r-- | kubernetes/policy/charts/drools/values.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/drools/values.yaml b/kubernetes/policy/charts/drools/values.yaml index 9ce804032e..ca62f2b01d 100644 --- a/kubernetes/policy/charts/drools/values.yaml +++ b/kubernetes/policy/charts/drools/values.yaml @@ -36,10 +36,9 @@ debugEnabled: false # application configuration config: nexusPort: 8081 - aaiServiceClusterIp: 10.43.255.254 # default number of instances -replicaCount: 4 +replicaCount: 2 nodeSelector: {} |