diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-05-24 13:11:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 13:11:50 +0000 |
commit | 57326c615966a14f24d7b7a5ac84e51c1b73e0b0 (patch) | |
tree | b571aad2584869bd8c56775bb1b7cea501e58d65 /kubernetes/aai/values.yaml | |
parent | e7e1e1787c3cf923e3f0f15469b9db99742d4b8e (diff) | |
parent | 2d4426e022588345d2f1eea6aa609f236dd6b595 (diff) |
Merge "Fix Incorrect AAI services"
Diffstat (limited to 'kubernetes/aai/values.yaml')
-rw-r--r-- | kubernetes/aai/values.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kubernetes/aai/values.yaml b/kubernetes/aai/values.yaml index 153379b06c..2b0180e53b 100644 --- a/kubernetes/aai/values.yaml +++ b/kubernetes/aai/values.yaml @@ -29,7 +29,7 @@ global: # global defaults serviceName: aai-cassandra replicas: 3 aai: - serviceName: aai-aai + serviceName: aai babel: serviceName: aai-babel champ: @@ -64,9 +64,6 @@ debugEnabled: false # application configuration config: - # POLICY hotfix - Note this must be temporary - # See https://jira.onap.org/browse/POLICY-510 - aaiServiceClusterIp: logstashServiceName: log-ls logstashPort: 5044 @@ -91,13 +88,17 @@ readiness: service: type: NodePort - name: aai + portName: aai externalPort: 8080 internalPort: 8080 nodePort: 32 + portName2: aai-ssl externalPort2: 8443 internalPort2: 8443 nodePort2: 33 + # POLICY hotfix - Note this must be temporary + # See https://jira.onap.org/browse/POLICY-510 + aaiServiceClusterIp: ingress: enabled: false |