diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-24 16:40:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 16:40:32 +0000 |
commit | 6dc7ceec8eaec23bc717e9c54dba6410804024a8 (patch) | |
tree | 80c7e22f5b72287aa3ccb801f02471687c8cfee2 /kubernetes/policy/charts/drools/templates/statefulset.yaml | |
parent | 57326c615966a14f24d7b7a5ac84e51c1b73e0b0 (diff) | |
parent | 3ab001798590b8cf349df6ab51561888909e6814 (diff) |
Merge "get latest amsterdam maven coordinates from nexus"
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 }}" |