diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2017-12-11 08:36:25 -0500 |
---|---|---|
committer | Alexis de Talhouët <alexis.de_talhouet@bell.ca> | 2018-01-18 15:15:07 +0000 |
commit | d97a78c6951a44dbadf12c2705fb57d6122a7a8b (patch) | |
tree | 44832a4c817540782cb8db1a01e259f9974cecdc /templates | |
parent | ac57345cbfb747ca0cb0ca2a5403005a2dde792b (diff) |
Fix policy
- remove useless init-check in deployment to match requirement
from policy team: https://gerrit.onap.org/r/gitweb?p=policy/docker.git;a=blob;f=docker-compose.yml;h=96fd5073e9d51908dabd04643aa96b42820ac681;hb=HEAD
- add missing drools port (9696)
- update configuration files to reflect latest
Change-Id: I3399c21a3357b649fdc078a0bd4ba4af1f751a9b
Issue-ID: OOM-490
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/all-services.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/all-services.yaml b/templates/all-services.yaml index 0cf62d0..77f7dc1 100644 --- a/templates/all-services.yaml +++ b/templates/all-services.yaml @@ -184,6 +184,7 @@ spec: type: NodePort selector: app: aai-service + clusterIP: {{ .Values.aaiServiceClusterIp }} #{{ end }} #{{ if not .Values.disableAaiModelLoaderService }} --- |