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/templates/statefulset.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/templates/statefulset.yaml')
-rw-r--r-- | kubernetes/policy/charts/drools/templates/statefulset.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/policy/charts/drools/templates/statefulset.yaml b/kubernetes/policy/charts/drools/templates/statefulset.yaml index 68b415e989..71844f108d 100644 --- a/kubernetes/policy/charts/drools/templates/statefulset.yaml +++ b/kubernetes/policy/charts/drools/templates/statefulset.yaml @@ -51,10 +51,6 @@ spec: image: "{{ .Values.global.readinessRepository }}/{{ .Values.global.readinessImage }}" imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} name: {{ include "common.name" . }}-readiness - hostAliases: - - ip: "{{ .Values.config.aaiServiceClusterIp }}" - hostnames: - - "aai.api.simpledemo.openecomp.org" containers: - name: {{ include "common.name" . }} image: "{{ include "common.repository" . }}/{{ .Values.image }}" |